Do I need to configure the Exception Manager by using a .NET XML configuration file?
No. If you don’t supply any configuration information, the exception manager publishes exception details to the Windows Event Log by using the supplied default publisher component. If you create your own custom publishers, these must be hooked up to the exception manager with configuration settings. You can also use configuration settings to fine tune the behavior of the exception manager. For example, you can determine precisely which exception types should be published and which should be ignored. You can also supply custom attributes which can be used by publishers, for example to control which Event Log is used to log exception details.
Related Questions
- How do I configure Setup Manager to build configuration sets that use a user name and password that is different from the user name and password that I used when I first installed the OPK?
- How can I set the url or link attribute from the XML configuration file to link to frames in my movie instead opening a HTML page?
- Do I need to configure the Exception Manager by using a .NET XML configuration file?