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

