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

SEHException() public method

public SEHException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public SEHException() 
            : base() {
    		SetErrorCode(__HResults.E_FAIL);
        }
    	

Same methods

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