GitVersionException Class

Namespace
GitVersion
Base Types
Derived Types
graph BT Type-->Base0["GitToolsException"] click Base0 "/api/GitVersion/GitToolsException" Base0-->Base1["Exception"] Type["GitVersionException"] class Type type-node Derived0["ConfigurationException"]-->Type click Derived0 "/api/GitVersion.Configuration/ConfigurationException"

Syntax

[Serializable]
public class GitVersionException : GitToolsException

Attributes

Type Description
Serializable

Constructors

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<GitVersionException>(string) T
GitHub