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

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

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

Same methods

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 ) : System
KMSNotFoundException::KMSNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
KMSNotFoundException