LumiSoft Net Help
AddException Method (id, userIdentity, text, localEP, remoteEP, exception)
NamespacesLumiSoft.Net.LogLoggerAddException(String, GenericIdentity, String, IPEndPoint, IPEndPoint, Exception)
Adds exception entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddException(
	string id,
	GenericIdentity userIdentity,
	string text,
	IPEndPoint localEP,
	IPEndPoint remoteEP,
	Exception exception
)
Public Sub AddException ( 
	id As String,
	userIdentity As GenericIdentity,
	text As String,
	localEP As IPEndPoint,
	remoteEP As IPEndPoint,
	exception As Exception
)
public:
void AddException(
	String^ id, 
	GenericIdentity^ userIdentity, 
	String^ text, 
	IPEndPoint^ localEP, 
	IPEndPoint^ remoteEP, 
	Exception^ exception
)
member AddException : 
        id : string * 
        userIdentity : GenericIdentity * 
        text : string * 
        localEP : IPEndPoint * 
        remoteEP : IPEndPoint * 
        exception : Exception -> unit 
Parameters
id (String)
Log entry ID.
userIdentity (GenericIdentity)
Authenticated user identity.
text (String)
Log text.
localEP (IPEndPoint)
Local IP endpoint.
remoteEP (IPEndPoint)
Remote IP endpoint.
exception (Exception)
Exception happened.

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