Initializes a new instance.
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 NoDocumentExceptionDetail( Exception exception, ExceptionDetailBase innerException ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ exception As Exception, _ innerException As ExceptionDetailBase _ ) |
Visual C++ |
---|
public: NoDocumentExceptionDetail( Exception^ exception, ExceptionDetailBase^ innerException ) |
Parameters
- exception
- Type: System..::.Exception
class.
- innerException
- Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase
Inner ExceptionDetailBase.