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

BranchNameExistsException() public method

Constructs a new BranchNameExistsException with the specified error message.
public BranchNameExistsException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public BranchNameExistsException(string message) 
            : base(message) {}
          

Same methods

BranchNameExistsException::BranchNameExistsException ( Exception innerException ) : System
BranchNameExistsException::BranchNameExistsException ( System info, System context ) : 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