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

COMException() public method

public COMException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public COMException() 
            : base(Environment.GetResourceString("Arg_COMException"))
        {
    		SetErrorCode(__HResults.E_FAIL);
        }
    	

Same methods

COMException::COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
COMException::COMException ( String message ) : System.Runtime.InteropServices
COMException::COMException ( String message, Exception inner ) : System.Runtime.InteropServices
COMException::COMException ( String message, int errorCode ) : System.Runtime.InteropServices