Amazon.CodeCommit.Model.EncryptionIntegrityChecksFailedException.EncryptionIntegrityChecksFailedException C# (CSharp) Method

EncryptionIntegrityChecksFailedException() public method

Construct instance of EncryptionIntegrityChecksFailedException
public EncryptionIntegrityChecksFailedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public EncryptionIntegrityChecksFailedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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