Error::toString Method

This method returns a string representation of this error.
Syntax:
std::string toString() const;
std::wstring toStringW() const;

Return value:

A string describing this error.

See also: Error, Error::getString

<< Error