Initializes a new instance.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public NoCachedDocumentExceptionDetail(
	Exception exception
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception _
)
Visual C++
public:
NoCachedDocumentExceptionDetail(
	Exception^ exception
)

Parameters

exception
Type: System..::.Exception
A Exception class.

See Also