The exception that caused the logging error

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

Syntax

C#
public Exception InnerException { get; set; }
Visual Basic
Public Property InnerException As Exception
	Get
	Set
Visual C++
public:
property Exception^ InnerException {
	Exception^ get ();
	void set (Exception^ value);
}

See Also