Amazon.KeyManagementService.Model.KMSInternalException.KMSInternalException C# (CSharp) Метод

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

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

Same methods

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