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
|
Public Delegate Function UnhandledThreadPoolExceptionHandler ( _
ex As Exception, _
method As WaitCallback, _
state As Object _
) As Boolean
|
|
public delegate bool UnhandledThreadPoolExceptionHandler (
Exception ex,
WaitCallback method,
Object state
)
|
Parameters
- ex
-
The unhandled exception thrown.
- method
-
The method that is called on the thread pool and caused the
unhandled exception.
- state
-
The state object that was passed to the method.
Remarks
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also