BulletedStringCollection ExceptionTokens Property CleanCode C# Libraries v1.2.03 API
Gets or sets the set of exception tokens.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string ExceptionTokens { get; set; }

Field Value

A string of exception tokens.
Remarks

No bullet will be prefixed to any string passed to ShowInfo beginning with one of the characters in this string. The default is " =*-+_#~/\\".
See Also