Click or drag to resize

RequestEventSendErrorReply Method (Exception)

Sends an ERROR reply message built using the Message of the supplied exception.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void SendErrorReply(
	Exception error
)

Parameters

error
Type: SystemException
The exception that describes the error.
Exceptions
ExceptionCondition
ArgumentNullExceptionerror is null.
See Also