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 |
Initializes a new instance with the given message and inner exception. |
|
BugException |
Initializes a new instance with the given error message. |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|