Upravit

Sdílet prostřednictvím


MarshalManagedExceptionMode Enum

Definition

This enum is used to specify what to do when an managed exception is thrown, and that exception reaches native code.

public enum MarshalManagedExceptionMode
type MarshalManagedExceptionMode = 
Inheritance
MarshalManagedExceptionMode

Fields

Name Value Description
Default 0

The default mode; this depends on the platform.

UnwindNativeCode 1

Let the mono runtime unwind native frames.

ThrowObjectiveCException 2

Convert the managed exception to an Objective-C exception.

Abort 3

Abort when a managed exception reaches native code.

Disable 4

Disable marshalling managed exceptions.

Applies to

See also