Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a set of runtime exception helper modules.
Element hierarchy
<Package>
└─ <Extensions>
└─ <desktop7:Extension>
└─ <desktop7:ErrorReporting>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <desktop7:Extension>
└─ <desktop7:ErrorReporting>
Syntax
<desktop7:ErrorReporting>
<!-- Child elements -->
desktop7:RuntimeExceptionHelperModule{0,10000}
</desktop7:ErrorReporting>
Key
{} specific range of occurrences
Attributes
None.
Child elements
| Child element | Description |
|---|---|
| desktop7:RuntimeExceptionHelperModule | Specifies a module that will be launched in the event of a runtime exception. |
Parent elements
| Parent element | Description |
|---|---|
| desktop7:Extension | Declares an extensibility point for the app. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/7 |
| Minimum OS Version | Windows 10 (Build 19645) |
Remarks
This extension enables packaged applications to hook into Windows Error Reporting analysis as documented in WerRegisterRuntimeExceptionModule function and WER Settings. To use this extension the package must have the ability to implement in-process extensions, for instance using an external location. To use this extension the package must have the ability to implement in-process extensions, for instance using an external location.