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