public static class LibraryEvents
Public NotInheritable Class LibraryEvents
public ref class LibraryEvents abstract sealed
Gemstone.LibraryEvents = function();
Type.createClass(
'Gemstone.LibraryEvents');
DisableUnobservedTaskExceptionHandling | Disables automatic handling of UnobservedTaskException events. When disabled, any unobserved task exceptions encountered will not be marked as observed nor exposed via the SuppressedException event. |
EnableUnobservedTaskExceptionHandling | Enables automatic handling of UnobservedTaskException events. When enabled, any unobserved task exceptions encountered are marked as observed and exposed via the SuppressedException event. |
SuppressedException | Exposes exceptions that were suppressed but otherwise unhandled. |