The exception that caused the logging error

Namespace: Huagati.LinqToSQL.Profiler
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

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