Class RegexpSyntaxException
- Namespace
- System.Text.RegularExpressions
- Assembly
- System.Text.RegularExpressions.dll
Exception thrown to indicate a syntax error in a regular expression. This is a non-checked exception because you should only have problems compiling a regular expression during development. If you are making regular expresion programs dynamically then you can catch it if you wish. But should not be forced to.
public class RegexpSyntaxException : Exception
- Inheritance
-
RegexpSyntaxException
- Inherited Members
- Extension Methods
Constructors
RegexpSyntaxException(string)
Constructor
public RegexpSyntaxException(string s)
Parameters
s
stringFurther description of the syntax error