ApplicationHelperHandleDispatcherUnhandledException - метод |
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Windows.ThreadingDispatcherUnhandledExceptionEventArgs
Аргументы события DispatcherUnhandledException. - applicationStarted
- Тип: SystemBoolean
Признак того, что приложение уже полностью инициализировано и выполнение может быть продолжено после некритических ошибок.
- shutdownWithExitCodeAction
- Тип: SystemActionInt32
Действие, выполняющее закрытие приложения.
См. также