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

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

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

Same methods

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