RE_ERRORS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regular expression evaluation errors.
public enum class RE_ERRORS
public enum class RE_ERRORS
enum RE_ERRORS
public enum RE_ERRORS
type RE_ERRORS =
Public Enum RE_ERRORS
- Inheritance
-
RE_ERRORS
Fields
Name | Value | Description |
---|---|---|
RE_E_INTERNALERROR | -2147221503 | Internal error. |
RE_E_SYNTAXERROR | -2147221502 | Syntax error in expression. |
RE_E_STACKOVERFLOW | -2147221501 | Evaluation stack overflow. |
RE_E_MISSINGARG | -2147221500 | Missing argument in syntax. |
RE_E_POWERARGOUTOFRANGE | -2147221499 | ^n; Power closure argument out of range. |
RE_E_ESCAPEMISSINGARG | -2147221498 | \ or \x or \u; Missing valid argument. |
RE_E_SPECIALUNKNOWN | -2147221497 | :x; Unknown x. |
RE_E_TAGOUTOFRANGE | -2147221496 | \n; n out of range. |
RE_E_SETMISSINGCLOSE | -2147221495 | []; Missing ]. |
RE_E_TAGMISSINGCLOSE | -2147221494 | {}; Tag missing }. |
RE_E_TOOMANYTAGS | -2147221493 | {}; Too many tagged expressions. |
RE_E_EMPTYSET | -2147221492 | []; Empty set. |
RE_E_GROUPMISSINGCLOSE | -2147221491 | (); Missing ). |
RE_E_REPLACETEXT | -2147221490 | Unable to create replacement text. |
Remarks
COM Signature
From textfind.idl: