ILanguageExceptionErrorInfo2 interface (restrictederrorinfo.h)

Enables language projections to provide and retrieve error information as with ILanguageExceptionErrorInfo, with the additional benefit of working across language boundaries.

Inheritance

The ILanguageExceptionErrorInfo2 interface inherits from ILanguageExceptionErrorInfo. ILanguageExceptionErrorInfo2 also has these types of members:

Methods

The ILanguageExceptionErrorInfo2 interface has these methods.

 
ILanguageExceptionErrorInfo2::CapturePropagationContext

Captures the context of an exception across a language boundary and across threads.
ILanguageExceptionErrorInfo2::GetPreviousLanguageExceptionErrorInfo

Retrieves the previous language exception error information object.
ILanguageExceptionErrorInfo2::GetPropagationContextHead

Retrieves the propagation context head.

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

ILanguageExceptionErrorInfo