An exception to throw when creating a regex with illegal character sequence.
Parent Class
| Type | Name | Signature |
|---|---|---|
| constructor | UnrecognizedRegexException | public UnrecognizedRegexException(string) |
public UnrecognizedRegexException(string message)Create a standard UnrecognizedRegexException instance. While entirely legal, it's not recommended for a user to create such instances.
Parameters