System.ContextMarshalException.ContextMarshalException C# (CSharp) Method

ContextMarshalException() public method

public ContextMarshalException ( string message ) : System
message string
return System
        public ContextMarshalException(string message) : this(message, null)
        {
        }

Same methods

ContextMarshalException::ContextMarshalException ( ) : System
ContextMarshalException::ContextMarshalException ( SerializationInfo info, StreamingContext context ) : System
ContextMarshalException::ContextMarshalException ( string message, Exception inner ) : System
ContextMarshalException