id: tregexexception title: TRegExException
A Regular Expression exception.
This can be thrown either during regular expression compilation (-99) or during a search (-1 to -23).
Field num:IntThe type of error thrown.
-99 is a regular expression compile error. Read message for details.
-1 to -23 is thrown during a search. Read message for details.
Field message:StringThe error text.
Method toString:String()Returns the exception as a String.