Amazon.CloudHSM.Model.CloudHsmInternalException.CloudHsmInternalException C# (CSharp) Метод

CloudHsmInternalException() публичный Метод

Constructs a new CloudHsmInternalException with the specified error message.
public CloudHsmInternalException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public CloudHsmInternalException(string message) 
            : base(message) {}
          

Same methods

CloudHsmInternalException::CloudHsmInternalException ( Exception innerException ) : System
CloudHsmInternalException::CloudHsmInternalException ( System info, System context ) : 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