System.ContextMarshalException.ContextMarshalException C# (CSharp) Method

ContextMarshalException() public method

public ContextMarshalException ( string message, Exception inner ) : System
message string
inner Exception
return System
        public ContextMarshalException(string message, Exception inner) : base(message, inner)
        {
            HResult = HResults.COR_E_CONTEXTMARSHAL;
        }

Same methods

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