BugException Class

Namespace
GitVersion
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["BugException"] class Type type-node

Syntax

public class BugException : Exception

Constructors

Name Summary
BugException(string)

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<BugException>(string) T
GitHub