C# (CSharp) Eto UnhandledExceptionEventArgs - 2 examples found. These are the top rated real world C# (CSharp) examples of Eto.UnhandledExceptionEventArgs extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
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.