MarshalObjectiveCExceptionHandler Delegate

Definition

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

See also