Code (InvalidRegex property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:InvalidRegex:Code subtitle}} | {{Template:InvalidRegex:Code subtitle}} | ||
This | This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property is an integer <var class="term">code</var> that provides some details about the nature of the error. This <var class="term">code</var> is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to [http://sirius-software.com/support.html Sirius Software technical support]. | ||
<p>No assumptions should be made that a particular error will always produce the same <var class="term">code</var> from release to release of the <var class="product">[[Sirius Mods|Sirius Mods]]</var>, or even between runs of an Online.</p> | <p>No assumptions should be made that a particular error will always produce the same <var class="term">code</var> from release to release of the <var class="product">[[Sirius Mods|Sirius Mods]]</var>, or even between runs of an Online.</p> | ||
Revision as of 16:30, 5 May 2011
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. |