Amazon.Lambda.Model.KMSInvalidStateException.KMSInvalidStateException C# (CSharp) Метод

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

Construct instance of KMSInvalidStateException
public KMSInvalidStateException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public KMSInvalidStateException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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