Event arguments for the LogError event - raised if writing to the profiler log fails.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public class LogErrorEventArgs : EventArgs
Visual Basic
Public Class LogErrorEventArgs _
	Inherits EventArgs
Visual C++
public ref class LogErrorEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    HuagatiEFProfiler..::..LogErrorEventArgs

See Also