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.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
NotInheritable 
Class 
UnhandledExceptionManager
C#
public 
static 
class 
UnhandledExceptionManager
Visual C++
public 
ref class 
UnhandledExceptionManager 
abstract 
sealed
JavaScript

Microsoft.Rtc.Signaling.UnhandledExceptionManager = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.UnhandledExceptionManager');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . UnhandledExceptionManager

See Also