LumiSoft Mail Server User API
SIP_Stack.ErrorEventHandler Delegate
Namespaces > LumiSoft.Net.SIP > SIP_Stack > ErrorEventHandler
Represents the method that will handle the SIP_Stack.Error event.
Syntax
C#Visual BasicManaged C++
public delegate void ErrorEventHandler (
	Exception x
)
Public Delegate Sub ErrorEventHandler ( _
	x As Exception _
)
public delegate void ErrorEventHandler (
	Exception^ x
)
Parameters
x (Exception)
Exception happened.

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