System.ContextMarshalException.ContextMarshalException C# (CSharp) Method

ContextMarshalException() protected method

protected ContextMarshalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected ContextMarshalException(SerializationInfo info, StreamingContext context): base(info, context)
        {
            HResult = HResults.COR_E_CONTEXTMARSHAL;
        }
    }

Same methods

ContextMarshalException::ContextMarshalException ( ) : System
ContextMarshalException::ContextMarshalException ( string message ) : System
ContextMarshalException::ContextMarshalException ( string message, Exception inner ) : System
ContextMarshalException