The exception that caused the logging error

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

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