Share via


MarshalManagedExceptionEventArgs Class

Definition

The event args for the MarshalManagedException event.

public class MarshalManagedExceptionEventArgs
type MarshalManagedExceptionEventArgs = class
Inheritance
MarshalManagedExceptionEventArgs

Constructors

Name Description
MarshalManagedExceptionEventArgs()

Creates a new MarshalManagedExceptionEventArgs instance.

MarshalManagedExceptionEventArgs(Exception, MarshalManagedExceptionMode)

Creates a new MarshalManagedExceptionEventArgs instance.

Properties

Name Description
Exception

The managed exception that must be marshalled.

ExceptionMode

Specify how to marshal the managed exception.

Applies to