Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Regular expression evaluation errors.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration RE_ERRORS
public enum RE_ERRORS
public enum class RE_ERRORS
type RE_ERRORS
public enum RE_ERRORS
Members
Member name | Description | |
---|---|---|
RE_E_EMPTYSET | []; Empty set. | |
RE_E_ESCAPEMISSINGARG | \ or \x or \u; Missing valid argument. | |
RE_E_GROUPMISSINGCLOSE | (); Missing ). | |
RE_E_INTERNALERROR | Internal error. | |
RE_E_MISSINGARG | Missing argument in syntax. | |
RE_E_POWERARGOUTOFRANGE | ^n; Power closure argument out of range. | |
RE_E_REPLACETEXT | Unable to create replacement text. | |
RE_E_SETMISSINGCLOSE | []; Missing ]. | |
RE_E_SPECIALUNKNOWN | :x; Unknown x. | |
RE_E_STACKOVERFLOW | Evaluation stack overflow. | |
RE_E_SYNTAXERROR | Syntax error in expression. | |
RE_E_TAGMISSINGCLOSE | {}; Tag missing }. | |
RE_E_TAGOUTOFRANGE | \n; n out of range. | |
RE_E_TOOMANYTAGS | {}; Too many tagged expressions. |
Remarks
COM Signature
From textfind.idl: