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

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

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

Same methods

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