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#
protected NoCachedDocumentException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
Visual C++
protected:
NoCachedDocumentException(
	SerializationInfo^ info, 
	StreamingContext context
)

See Also