Click or drag to resize

RequestEventSendErrorReply Method (String)

Sends an ERROR reply message using the supplied text message.

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

Parameters

text
Type: SystemString
The text message used to build the reply message.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext is null.
See Also