This exception type is used to signal an error while parsing a simplified regular expression with the RegexLite parser.

Namespace:  Gallio.Common.Text.RegularExpression
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class RegexLiteException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RegexLiteException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Gallio.Common.Text.RegularExpression..::.RegexLiteException

See Also