MonobjcMonobjc Documented Class Library
WillPresentError Method (error)
NamespacesMonobjc.AppKitNSDocumentControllerWillPresentError(NSError)

Called when the receiver is about to present an error, returns the error that should actually be presented.

Original signature is '- (NSError *)willPresentError:(NSError *)error'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSError WillPresentError(
	NSError error
)
Public Overridable Function WillPresentError ( _
	error As NSError _
) As NSError
public:
virtual NSError^ WillPresentError(
	NSError^ error
)
Parameters
error (NSError)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.WillPresentError(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)