Click or drag to resize
SocketExceptionEventHandler Delegate
SocketExceptionEventHandler

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public delegate void SocketExceptionEventHandler(
	Object sender,
	SocketException se
)

Parameters

sender
Type: SystemObject
se
Type: System.Net.SocketsSocketException
See Also