GitVersionException.

GitVersionException(string, Exception) Constructor

Summary

Initializes a new instance with the given message and inner exception.
Namespace
GitVersion
Containing Type
GitVersionException

Syntax

public GitVersionException(string message, Exception innerException)

Parameters

Name Type Description
message string
innerException Exception

Return Value

Type Description
void
GitHub