Code (InvalidRegex property)

From m204wiki
Revision as of 16:30, 5 May 2011 by JAL2 (talk | contribs)
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