UnrecognizedRegexException CLASS

An exception to throw when creating a regex with illegal character sequence.

Parent Class

All Members


TypeNameSignature
constructorUnrecognizedRegexExceptionpublic UnrecognizedRegexException(string)

Constructors


public UnrecognizedRegexException(string message)

Create a standard UnrecognizedRegexException instance. While entirely legal, it's not recommended for a user to create such instances.

Parameters

  • message An supplemental error message describing the details.