ConfigurationException Class

graph BT Type-->Base0["GitVersionException"] click Base0 "/api/GitVersion/GitVersionException" Base0-->Base1["GitToolsException"] click Base1 "/api/GitVersion/GitToolsException" Base1-->Base2["Exception"] Type["ConfigurationException"] class Type type-node

Syntax

[Serializable]
public class ConfigurationException : GitVersionException

Attributes

Type Description
Serializable

Constructors

Extension Methods

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