Initializes a new instance of the ExceptionDetailBase class.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ExceptionDetailBase( Exception exception ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ exception As Exception _ ) |
| Visual C++ |
|---|
public: ExceptionDetailBase( Exception^ exception ) |
Parameters
- exception
- Type: System..::.Exception
Exception class.