GitVersionException Class

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(string, Exception) Initializes a new instance with the given message and inner exception.
GitVersionException(string, object[]) Initializes a new instance using the formatted message string.
GitVersionException(string) Initializes a new instance with the given error message.

Extension Methods

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