ExceptionHandlingMode

Location

HKEY_CURRENT_USER
 \SOFTWARE
  \KVS
   \Enterprise Vault

Content

Value (DWORD):

2 = Enable Logging (only).

4 = Enable Throw on Exception (only).

6 = Enable Logging and Thowing (default).

Description

By default, debug builds run in mode 6 (Log & Throw), release builds run in mode 2 (Log).

When set to Throw ( Modes 4 or 6 ) exceptions from the Exchange Agents bubble to the outer edges of the process giving the system debugger the opportunity of catching and acting on them.