Share via


MarshalObjectiveCExceptionEventArgs Class

Definition

The event args for the MarshalObjectiveCException event.

public class MarshalObjectiveCExceptionEventArgs
type MarshalObjectiveCExceptionEventArgs = class
Inheritance
MarshalObjectiveCExceptionEventArgs

Constructors

Name Description
MarshalObjectiveCExceptionEventArgs()

Creates a new MarshalObjectiveCExceptionEventArgs instance.

MarshalObjectiveCExceptionEventArgs(NSException, MarshalObjectiveCExceptionMode)

Properties

Name Description
Exception

The Objective-C exception that must be marshalled.

ExceptionMode

Specify how to marshal the Objective-C exception.

Applies to