desktop7:RuntimeExceptionHelperModule

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

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <desktop7:Extension>

                        <desktop7:Shortcut>

                             <desktop7:LocalizedString>

                                  <desktop7:RuntimeExceptionHelperModule>

Syntax

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

Attributes and elements

Attributes

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

Child elements

None.

Parent elements

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

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).

Requirements

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