Gets or sets the set of exception tokens.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static string ExceptionTokens { get; set; }
public static string ExceptionTokens { get; set; }
Public Shared Property ExceptionTokens As String
Get
Set
Public Shared Property ExceptionTokens As String
Get
Set
public:
static property String^ ExceptionTokens {
String^ get ();
void set (String^ value);
}
public:
static property String^ ExceptionTokens {
String^ get ();
void set (String^ value);
}
Field Value
A string of exception tokens.
No bullet will be prefixed to any string passed to ShowInfo
beginning with one of the characters in this string.
The default is " =*-+_#~/\\".