MonobjcMonobjc Documented Class Library
ReportException Method (anException)
NamespacesMonobjc.AppKitNSApplicationReportException(NSException)

Logs a given exception by calling NSLog().

Original signature is '- (void)reportException:(NSException *)anException'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReportException(
	NSException anException
)
Public Overridable Sub ReportException ( _
	anException As NSException _
)
public:
virtual void ReportException(
	NSException^ anException
)
Parameters
anException (NSException)
The exception whose contents you want to write to the log file.
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)