![]() | ServerChannelReplyError Method |
Namespace: OBCOM.NetSwitchLib.Servers
Exception | Condition |
---|---|
ArgumentNullException | An argument is null. |
The exception could have been be thrown by either ReplyReceived(ReplyEvent), a ReplyHandler or a ReplyCompleted(ReplyEvent) method.
This method should execute termination logic common to all failed replies, such as performing a database rollback.
This method is meant to be overridden by classes that extend ServerChannel. This default implementation calls the RequestError(RequestEvent, Exception) method with the request of the reply event and the supplied throwable.