IErrorReportingSettings interface
Provides debugger integration for Windows Runtime applications.
Members
The IErrorReportingSettings interface inherits from IInspectable. IErrorReportingSettings also has these types of members:
Methods
The IErrorReportingSettings interface has these methods.
| Method | Description |
|---|---|
| GetErrorOptions |
Gets the current reporting behavior of Windows Runtime error functions. |
| SetErrorOptions |
Sets the reporting behavior of Windows Runtime error functions. |
Remarks
The IErrorReportingSettings interface enables debugger integration with language projections running in the AppContainer and provides a proxy for calls to the RoGetErrorReportingFlags and RoSetErrorReportingFlags functions.
To obtain the system implementation of the IErrorReportingSettings interface, an AppContainer calls the ActivateInstance function on the IErrorMarshalingInitializer interface.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also