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

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

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

Same methods

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