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

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

Construct instance of KMSNotFoundException
public KMSNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public KMSNotFoundException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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