MonobjcMonobjc Documented Class Library
PresentError Method (anError)
NamespacesMonobjc.AppKitNSResponderPresentError(NSError)

Presents an error alert to the user as an application-modal dialog.

Original signature is '- (BOOL)presentError:(NSError *)anError'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool PresentError(
	NSError anError
)
Public Overridable Function PresentError ( _
	anError As NSError _
) As Boolean
public:
virtual bool PresentError(
	NSError^ anError
)
Parameters
anError (NSError)
An object containing information about an error.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSResponder.PresentError(Monobjc.Foundation.NSError)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)