ConfigurationException Class

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

Syntax

public class ConfigurationException : GitVersionException

Constructors

Extension Methods

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