Amazon.KeyManagementService.Model.KMSInternalException.KMSInternalException C# (CSharp) Method

KMSInternalException() public method

Construct instance of KMSInternalException
public KMSInternalException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public KMSInternalException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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