System.ContextMarshalException.ContextMarshalException C# (CSharp) 메소드

ContextMarshalException() 공개 메소드

public ContextMarshalException ( ) : System
리턴 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