  | RequestEventSevere Method (Exception, String) | 
 
            Logs  an  error message with associated ex.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void Severe(
	Exception ex,
	string message
)
Public Sub Severe ( 
	ex As Exception,
	message As String
)
Parameters
- ex
 - Type: SystemException
            The exception that describes the error.
             - message
 - Type: SystemString
            The text of the error message.
             
See Also