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: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

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

See Also