  | 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)
Syntaxpublic void SendErrorReply(
	Exception error
)
Public Sub SendErrorReply ( 
	error As Exception
)
Parameters
- error
 - Type: SystemException
            The exception that describes the error.
             
Exceptions
See Also