System.ContextMarshalException.ContextMarshalException C# (CSharp) Method

ContextMarshalException() public method

public ContextMarshalException ( ) : System
return System
        public ContextMarshalException() : this(SR.Arg_ContextMarshalException, null)
        {
        }

Same methods

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