IErrorInfo::GetDescription Function
Returns a textual description of the error.
HRESULT GetDescription( BSTR *pBstrDescription );
The text is returned in the language specified by the locale identifier (LCID) that was passed to IDispatch::Invoke for the method that encountered the error.
Show: