The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ILanguageExceptionErrorInfo::GetLanguageException method
Gets the stored IUnknown object from the error object.
Syntax
HRESULT GetLanguageException( [out] IUnknown **languageException );
Parameters
- languageException [out]
-
The stored IUnknown object from the error object.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Language projections query for the appropriate interface to identify this object as generated from an exception to get the original object.
See also
Show: