Code (InvalidRegex property)

From m204wiki
Revision as of 06:19, 22 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

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.

See also