UnhandledThreadPoolExceptionHandler Delegate

Raised when an unhandled exception occurs in a thread pool used by the platform.

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

Syntax

'Declaration
Public Delegate Function UnhandledThreadPoolExceptionHandler ( _
    ex As Exception, _
    method As WaitCallback, _
    state As Object _
) As Boolean
'Usage
Dim instance As New UnhandledThreadPoolExceptionHandler(AddressOf HandlerMethod)
public delegate bool UnhandledThreadPoolExceptionHandler(
    Exception ex,
    WaitCallback method,
    Object state
)

Parameters

Return Value

Type: System..::..Boolean

Remarks

If this delegate returns true, the exception is ignored; otherwise it is rethrown.

See Also

Reference

Microsoft.Rtc.Signaling Namespace