Declaration
Getting property value:
Automation:
String  value = obj.RegExpSyntaxError;
Native (C++):
HRESULT  get_ RegExpSyntaxError ( [out, retval]   BSTR *  pError) ;
Parameters
pErrorPointer to a BSTR value to receive the error string.
Return Value
Automation:A string that contains a regular expression syntax error in English, if there is any. If there is no any syntax error, an empty string is returned.Native: S_OK or standard OLE error code.
Remarks
Returns a textual representation (in English) of a regular expression syntax error, if any.