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.ProfilerAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059
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); } |