System.Runtime.InteropServices.MarshalDirectiveException.MarshalDirectiveException C# (CSharp) Method

MarshalDirectiveException() public method

public MarshalDirectiveException ( ) : System
return System
        public MarshalDirectiveException() 
            : base(Environment.GetResourceString("Arg_MarshalDirectiveException")) {
    		SetErrorCode(__HResults.COR_E_MARSHALDIRECTIVE);
        }
    

Same methods

MarshalDirectiveException::MarshalDirectiveException ( SerializationInfo info, StreamingContext context ) : System
MarshalDirectiveException::MarshalDirectiveException ( String message ) : System
MarshalDirectiveException::MarshalDirectiveException ( String message, Exception inner ) : System
MarshalDirectiveException