ApplicationHelperHandleDispatcherUnhandledException - метод
Выполняет обработку исключения для события DispatcherUnhandledException.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void HandleDispatcherUnhandledException(
DispatcherUnhandledExceptionEventArgs e,
bool applicationStarted,
Action<int> shutdownWithExitCodeAction
)
Public Shared Sub HandleDispatcherUnhandledException (
e As DispatcherUnhandledExceptionEventArgs,
applicationStarted As Boolean,
shutdownWithExitCodeAction As Action(Of Integer)
)
public:
static void HandleDispatcherUnhandledException(
DispatcherUnhandledExceptionEventArgs^ e,
bool applicationStarted,
Action<int>^ shutdownWithExitCodeAction
)
static member HandleDispatcherUnhandledException :
e : DispatcherUnhandledExceptionEventArgs *
applicationStarted : bool *
shutdownWithExitCodeAction : Action<int> -> unit
Параметры
- e DispatcherUnhandledExceptionEventArgs
- Аргументы события DispatcherUnhandledException.
- applicationStarted Boolean
-
Признак того, что приложение уже полностью инициализировано и выполнение может быть продолжено после некритических ошибок.
- shutdownWithExitCodeAction ActionInt32
- Действие, выполняющее закрытие приложения.