UnhandledExceptionManager Class
Provides a way for the application to register for a handler to catch any unhandled exceptions uncaught from a worker thread initiated by the platform.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Signaling.UnhandledExceptionManager
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public NotInheritable Class UnhandledExceptionManager
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class UnhandledExceptionManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.