Enum UnhandledExceptionMode
Defines where an application should send unhandled exceptions.
public enum UnhandledExceptionMode
Fields
CatchException = 0
Always route exceptions to the event handler.
ThrowException = 1
Never route exceptions to the event handler.