MarshalManagedExceptionHandler Delegate

Definition

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

Parameters

sender
Object

Always null.

args
MarshalManagedExceptionEventArgs

The exception data for the managed exception.

Applies to

See also