Gets or sets inner exception wrapper.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ServerAssembly: PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public ExceptionDetailBase InnerException { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property InnerException As ExceptionDetailBase |
| Visual C++ |
|---|
public: property ExceptionDetailBase^ InnerException { ExceptionDetailBase^ get (); void set (ExceptionDetailBase^ value); } |