C# (CSharp) Eto UnhandledExceptionEventArgs - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Eto.UnhandledExceptionEventArgs, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Похожие
Related in langs
Provides data for the event that is raised when there is an exception that is not handled otherwise
There is a System.UnhandledExceptionEventArgs class, but that doesn't seem to be available in the Core CLR, therefore we redefine it here.