Gets or sets an exception generated by server.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.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