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

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Field Value

The exception.

See Also