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

MaximumBranchesExceededException() public method

Construct instance of MaximumBranchesExceededException
public MaximumBranchesExceededException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public MaximumBranchesExceededException(string message, Exception innerException) 
            : base(message, innerException) {}
            

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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
MaximumBranchesExceededException