MarshalDirectiveException Constructor
Initializes a new instance of the MarshalDirectiveException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | MarshalDirectiveException() | Initializes a new instance of the MarshalDirectiveException class with default properties. |
![]() | MarshalDirectiveException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MarshalDirectiveException class from serialization data. |
![]() | MarshalDirectiveException(String^) | Initializes a new instance of the MarshalDirectiveException class with a specified error message. |
![]() | MarshalDirectiveException(String^, Exception^) | Initializes a new instance of the MarshalDirectiveException class with a specified error message and a reference to the inner exception that is the cause of this exception. |

