The exception that caused the logging error

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

Syntax

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

See Also