GitVersionException.

GitVersionException(string, object[]) Constructor

Summary

Initializes a new instance using the formatted message string.
Namespace
GitVersion
Containing Type
GitVersionException

Syntax

public GitVersionException(string messageFormat, params object[] args)

Parameters

Name Type Description
messageFormat string
args object[]

Return Value

Type Description
void
GitHub