BugException.

BugException(string) Constructor

Summary

Initializes a new instance with the given error message.
Namespace
GitVersion
Containing Type
BugException

Syntax

public BugException(string message)

Parameters

Name Type Description
message string

Return Value

Type Description
void
GitHub