Share via


MarshalManagedExceptionEventArgs Constructors

Definition

Overloads

MarshalManagedExceptionEventArgs()

Creates a new MarshalManagedExceptionEventArgs instance.

public MarshalManagedExceptionEventArgs();

Applies to

MarshalManagedExceptionEventArgs(Exception, MarshalManagedExceptionMode)

Creates a new MarshalManagedExceptionEventArgs instance.

public MarshalManagedExceptionEventArgs(Exception exception, ObjCRuntime.MarshalManagedExceptionMode mode);
new ObjCRuntime.MarshalManagedExceptionEventArgs : Exception * ObjCRuntime.MarshalManagedExceptionMode -> ObjCRuntime.MarshalManagedExceptionEventArgs

Parameters

exception
Exception

The Exception value for this instance.

mode
MarshalManagedExceptionMode

The ExceptionMode value for this instance.

Applies to