Gets or sets ExceptionDetailBase which is the inner exception wrapper.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also