Initializes a new instance of the NoCachedDocumentExceptionDetail class.

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

See Also