BugException Class

Summary

Indicates an internal logic error that should never occur in normal usage; represents a bug in GitVersion itself.
Namespace
GitVersion
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["BugException"] class Type type-node

Syntax

public class BugException : Exception

Constructors

Name Summary
BugException() Initializes a new instance with no message.
BugException(string, Exception?) Initializes a new instance with the given message and inner exception.
BugException(string) Initializes a new instance with the given error message.

Extension Methods

Name Value Summary
NotNull<BugException>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub