Gets ExceptionDetailBase which is wrapper of exception occurred during operation execution.

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 ReportError { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReportError As ExceptionDetailBase
Visual C++
public:
property ExceptionDetailBase^ ReportError {
	ExceptionDetailBase^ get ();
}

See Also