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

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

Construct instance of KMSInternalException
public KMSInternalException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public KMSInternalException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::KMSInternalException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
KMSInternalException