SyslogErrorEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
Provides data for ErrorOccurred event.
Syntax
public class SyslogErrorEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Binding | Gets the SyslogBinding related to the error. |
Error | Gets the exception which occurred while receiving syslog messages. |
RemoteEndPoint | Gets the endpoint which caused the error, or null (Nothing in Visual Basic) if unknown. |