Amazon.KeyManagementService.Model.InvalidCiphertextException.InvalidCiphertextException C# (CSharp) 메소드

InvalidCiphertextException() 공개 메소드

Construct instance of InvalidCiphertextException
public InvalidCiphertextException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public InvalidCiphertextException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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