Click or drag to resize

ReplyEventSevere 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)
Syntax
public void Severe(
	Exception ex,
	string message
)

Parameters

ex
Type: SystemException
The exception that describes the error.
message
Type: SystemString
The text of the error message.
See Also