Logs a given exception by calling NSLog().
Original signature is '- (void)reportException:(NSException *)anException'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void ReportException( NSException anException )
Public Overridable Sub ReportException ( _ anException As NSException _ )
public: virtual void ReportException( NSException^ anException )

- anException (NSException)
- The exception whose contents you want to write to the log file.

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