Code (InvalidRegex property)
Numeric code indicating cause of the exception (InvalidRegex class) This readOnly property is an integer code that provides some details about the nature of the error. This code is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to Sirius Software technical support.
No assumptions should be made that a particular error will always produce the same code from release to release of the Sirius Mods, or even between runs of an Online.
Syntax
%number = invalidRegex:Code
Syntax terms
%number | This integer value is associated with the regular expression error. |
---|---|
invalidRegex | A reference to an instance of an InvalidRegex object. |