Amazon.CodeCommit.AmazonCodeCommitException.AmazonCodeCommitException C# (CSharp) Method

AmazonCodeCommitException() public method

Construct instance of AmazonCodeCommitException
public AmazonCodeCommitException ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonCodeCommitException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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