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.
Logs an error (using an EXCEPINFO structure) in the error log for a named property.
Syntax
HRESULT retVal = object.AddError(pszPropName, pExcepInfo);
Parameters
pszPropName [in]
Type: LPCOLESTRA pointer to a string containing the name of the property involved with the error. This cannot be NULL.
pExcepInfo [in]
Type: EXCEPINFOA pointer to the caller-initialized EXCEPINFO structure that describes the error to log. This cannot be NULL.
Remarks
E_NOTIMPL is not a valid return code because this is the only method for the IErrorlog interface.