Edit

desktop7:RuntimeExceptionHelperModule

Specifies a module that will be launched in the event of a runtime exception.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <desktop7:Extension>
         └─ <desktop7:ErrorReporting>
            └─ <desktop7:RuntimeExceptionHelperModule>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop7:Extension>
               └─ <desktop7:ErrorReporting>
                  └─ <desktop7:RuntimeExceptionHelperModule>

Syntax

<desktop7:RuntimeExceptionHelperModule
  Path = 'An optional string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />

Attributes

Attribute Description Data type Required Default value
Path The package-relative path to the module. An optional string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. No

Child elements

None.

Parent elements

Parent element Description
desktop7:ErrorReporting Specifies a set of runtime exception helper modules.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (Build 19645)

Remarks

The system will resolve this to an absolute path and write a value with this path as the value name to the RuntimeExceptionHelperModules subkey of the WER settings key for the specified scope (either machine or user scope is supported). At runtime this is used in the same way as a value written by an installer for an unpackaged app (or a packaged app with external location).

Examples