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

MaximumBranchesExceededException() public method

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

Same methods

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