RE_ERRORS Enumeration

Regular expression evaluation errors.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Public Enumeration RE_ERRORS
'Utilisation
Dim instance As RE_ERRORS
public enum RE_ERRORS
public enum class RE_ERRORS
type RE_ERRORS
public enum RE_ERRORS

Members

Member name Description
RE_E_INTERNALERROR Internal error.
RE_E_SYNTAXERROR Syntax error in expression.
RE_E_STACKOVERFLOW Evaluation stack overflow.
RE_E_MISSINGARG Missing argument in syntax.
RE_E_POWERARGOUTOFRANGE ^n; Power closure argument out of range.
RE_E_ESCAPEMISSINGARG \ or \x or \u; Missing valid argument.
RE_E_SPECIALUNKNOWN :x; Unknown x.
RE_E_TAGOUTOFRANGE \n; n out of range.
RE_E_SETMISSINGCLOSE []; Missing ].
RE_E_TAGMISSINGCLOSE {}; Tag missing }.
RE_E_TOOMANYTAGS {}; Too many tagged expressions.
RE_E_EMPTYSET []; Empty set.
RE_E_GROUPMISSINGCLOSE (); Missing ).
RE_E_REPLACETEXT Unable to create replacement text.

Remarks

COM Signature

From textfind.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace