Initializes a new instance of the NoCachedDocumentException class.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server.Exceptions
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public NoCachedDocumentException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
NoCachedDocumentException(
	String^ message
)

Parameters

message
Type: System..::.String

See Also