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

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

See Also