ObjCException

From Xojo Documentation

Class (inherits from RuntimeException)


Generated by an Objective-C exception around Objective-C Declare statements.

Properties
ErrorNumber Message
Handle Reason fa-lock-32.png
Methods
Stack StackFrames

Notes

If an Objective-C exception is raised due to an Objective-C Declare, it will be converted into a ObjCException object and raised through the normal exception system. ObjCException has a handle property, which allows you to get the underlying exception object (typically an instance of NSException).

See Also

Catch, Declare, Exception, Try statements; Nil datatype; RuntimeException class.