Important: The information in this document is obsolete and should not be used for new development.
SetErrorString
Sets the error string associated with an asynchronous process.
void SetErrorString (in StringPtr errorStr);
errorStr
- A pointer to a string buffer that contains the error string.
DISCUSSION
You can call theSetErrorString
method to set an error string for an asynchronous process and broadcast the change to all attached progress receivers.If you subclass
CyberProgressBroadcaster
and override this method, your override must call its inherited method.SEE ALSO
TheGetErrorString
method (page 303).