MarshalObjectiveCExceptionEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| MarshalObjectiveCExceptionEventArgs() |
Creates a new MarshalObjectiveCExceptionEventArgs instance. |
| MarshalObjectiveCExceptionEventArgs(NSException, MarshalObjectiveCExceptionMode) |
MarshalObjectiveCExceptionEventArgs()
Creates a new MarshalObjectiveCExceptionEventArgs instance.
public MarshalObjectiveCExceptionEventArgs();
Applies to
MarshalObjectiveCExceptionEventArgs(NSException, MarshalObjectiveCExceptionMode)
public MarshalObjectiveCExceptionEventArgs(Foundation.NSException exception, ObjCRuntime.MarshalObjectiveCExceptionMode mode);
new ObjCRuntime.MarshalObjectiveCExceptionEventArgs : Foundation.NSException * ObjCRuntime.MarshalObjectiveCExceptionMode -> ObjCRuntime.MarshalObjectiveCExceptionEventArgs
Parameters
- exception
- NSException
The Exception value for this instance.
The ExceptionMode value for this instance.