Amazon.KeyManagementService.Model.IncorrectKeyMaterialException.IncorrectKeyMaterialException C# (CSharp) Method

IncorrectKeyMaterialException() public method

Construct instance of IncorrectKeyMaterialException
public IncorrectKeyMaterialException ( Exception innerException ) : System
innerException System.Exception
return System
        public IncorrectKeyMaterialException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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