ILanguageExceptionTransform interface (restrictederrorinfo.h)

Allows language projections to make available to the system any and all context from an exception that gets thrown from the context of a catch handler that catches a different exception.

Inheritance

The ILanguageExceptionTransform interface inherits from the IUnknown interface. ILanguageExceptionTransform also has these types of members:

Methods

The ILanguageExceptionTransform interface has these methods.

 
ILanguageExceptionTransform::GetTransformedRestrictedErrorInfo

Retrieves the transformed restricted error info.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header restrictederrorinfo.h

See also

IUnknown