| MvProcessSetSocketConnectionExceptionHandler Method |
Set the handler for exception raised by socket connection threads.
Namespace:
RW.Server.Tcp
Assembly:
RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static void SetSocketConnectionExceptionHandler(
Action<Exception> exceptionHandler
)
Public Shared Sub SetSocketConnectionExceptionHandler (
exceptionHandler As Action(Of Exception)
)
public:
static void SetSocketConnectionExceptionHandler(
Action<Exception^>^ exceptionHandler
)
Parameters
- exceptionHandler
- Type: SystemActionException
The exception handler
See Also