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

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

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
    Huagati.LLBLGen.Profiler..::..LogErrorEventArgs

See Also