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

ExternalException() public method

public ExternalException ( ) : System
return System
        public ExternalException() 
            : base(Environment.GetResourceString("Arg_ExternalException")) {
    		SetErrorCode(__HResults.E_FAIL);
        }
    	

Same methods

ExternalException::ExternalException ( SerializationInfo info, StreamingContext context ) : System
ExternalException::ExternalException ( String message ) : System
ExternalException::ExternalException ( String message, Exception inner ) : System
ExternalException::ExternalException ( String message, int errorCode ) : System
ExternalException