Amazon.CloudHSM.Model.CloudHsmInternalException.CloudHsmInternalException C# (CSharp) Method

CloudHsmInternalException() public method

Construct instance of CloudHsmInternalException
public CloudHsmInternalException ( Exception innerException ) : System
innerException System.Exception
return System
        public CloudHsmInternalException(Exception innerException) 
            : base(innerException) {}
            

Same methods

CloudHsmInternalException::CloudHsmInternalException ( System info, System context ) : System
CloudHsmInternalException::CloudHsmInternalException ( string message ) : System
CloudHsmInternalException::CloudHsmInternalException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
CloudHsmInternalException::CloudHsmInternalException ( string message, Exception innerException ) : System
CloudHsmInternalException::CloudHsmInternalException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
CloudHsmInternalException