LumiSoft Net Help
OnError Method (x)
NamespacesLumiSoft.Net.TCPTCP_ClientOnError(Exception)
This must be called when unexpected error happens. When inheriting TCP_Client class, be sure that you call OnError method for each unexpected error.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Don't use this method.")]
protected void OnError(
	Exception x
)
<ObsoleteAttribute("Don't use this method.")>
Protected Sub OnError ( 
	x As Exception
)
protected:
[ObsoleteAttribute(L"Don't use this method.")]
void OnError(
	Exception^ x
)
[<ObsoleteAttribute("Don't use this method.")>]
member OnError : 
        x : Exception -> unit 
Parameters
x (Exception)
Exception happened.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119