MonobjcMonobjc Documented Class Library
PresentErrorModalForWindowDelegateDidPresentSelectorContextInfo Method (error, window, delegate, didPresentSelector, contextInfo)
NamespacesMonobjc.AppKitNSDocumentControllerPresentErrorModalForWindowDelegateDidPresentSelectorContextInfo(NSError, NSWindow, Id, IntPtr, IntPtr)

Presents an error alert to the user as a modal panel.

Original signature is '- (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(id)delegate didPresentSelector:(SEL)didPresentSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PresentErrorModalForWindowDelegateDidPresentSelectorContextInfo(
	NSError error,
	NSWindow window,
	Id delegate,
	IntPtr didPresentSelector,
	IntPtr contextInfo
)
Public Overridable Sub PresentErrorModalForWindowDelegateDidPresentSelectorContextInfo ( _
	error As NSError, _
	window As NSWindow, _
	delegate As Id, _
	didPresentSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void PresentErrorModalForWindowDelegateDidPresentSelectorContextInfo(
	NSError^ error, 
	NSWindow^ window, 
	Id^ delegate, 
	IntPtr didPresentSelector, 
	IntPtr contextInfo
)
Parameters
error (NSError)
MISSING
window (NSWindow)
MISSING
delegate (Id)
MISSING
didPresentSelector (IntPtr)
MISSING
contextInfo (IntPtr)
MISSING
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)