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

BranchNameExistsException() public method

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

Same methods

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