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

MaximumBranchesExceededException() public method

Construct instance of MaximumBranchesExceededException
public MaximumBranchesExceededException ( 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 MaximumBranchesExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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