Sdílet prostřednictvím


MarshalObjectiveCExceptionHandler Delegate

Definition

The event delegate for the MarshalObjectiveCException event.

public delegate void MarshalObjectiveCExceptionHandler(object sender, MarshalObjectiveCExceptionEventArgs args);
type MarshalObjectiveCExceptionHandler = delegate of obj * MarshalObjectiveCExceptionEventArgs -> unit

Parameters

sender
Object

Always null.

args
MarshalObjectiveCExceptionEventArgs

The exception data for the Objective-C exception.

Applies to