Amazon.CloudTrail.Model.KmsKeyNotFoundException.KmsKeyNotFoundException C# (CSharp) Метод

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

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

Same methods

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