The LogError event is raised if the profiler fails to write to the log. Sender is the profiler entry that couldn't be written, event arguments contain a LogErrorEventArgs instance with details on what caused the failure.

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

C#
public event EventHandler LogError
Visual Basic (Declaration)
Public Event LogError As EventHandler
Visual C++
public:
 event EventHandler^ LogError {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also