Share via


MarshalObjectiveCExceptionEventArgs Constructors

Definition

Overloads

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.

mode
MarshalObjectiveCExceptionMode

The ExceptionMode value for this instance.

Applies to