Gets or sets an Exception generated by server.

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

Syntax

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

See Also