LumiSoft Mail Server User API
SysError Event
Namespaces > LumiSoft.Net > SocketServer > SysError
Occurs when server or session has system error(unhandled error).
Syntax
C#Visual BasicManaged C++
public event ErrorEventHandler SysError
Public Event SysError As ErrorEventHandler
public:
 event ErrorEventHandler^ SysError {
	void add (ErrorEventHandler^ value);
	void remove (ErrorEventHandler^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)