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