MarshalManagedExceptionEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| MarshalManagedExceptionEventArgs() |
Creates a new MarshalManagedExceptionEventArgs instance. |
| MarshalManagedExceptionEventArgs(Exception, MarshalManagedExceptionMode) |
Creates a new MarshalManagedExceptionEventArgs instance. |
MarshalManagedExceptionEventArgs()
Creates a new MarshalManagedExceptionEventArgs instance.
public MarshalManagedExceptionEventArgs();
Applies to
MarshalManagedExceptionEventArgs(Exception, MarshalManagedExceptionMode)
Creates a new MarshalManagedExceptionEventArgs instance.
public MarshalManagedExceptionEventArgs(Exception exception, ObjCRuntime.MarshalManagedExceptionMode mode);
new ObjCRuntime.MarshalManagedExceptionEventArgs : Exception * ObjCRuntime.MarshalManagedExceptionMode -> ObjCRuntime.MarshalManagedExceptionEventArgs
Parameters
The ExceptionMode value for this instance.