Summary
Base exception type for errors raised by GitVersion during normal
operation.
- Namespace
- GitVersion
- Base Types
-
- Exception
- Derived Types
graph BT Type-->Base0["Exception"]
Type["GitVersionException"] class Type type-node
Derived0["ConfigurationException"]-->Type click Derived0
"/api/GitVersion.Configuration/ConfigurationException"
Syntax
public class GitVersionException : Exception
Constructors
| Name | Summary |
|---|---|
|
GitVersionException |
Initializes a new instance with no message. |
|
GitVersionException |
Initializes a new instance with the given message and inner exception. |
|
GitVersionException |
Initializes a new instance using the formatted message string. |
|
GitVersionException |
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
|