Exceptions are generated when the required document is not found in cash.

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#
[SerializableAttribute]
public class NoCachedDocumentException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NoCachedDocumentException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class NoCachedDocumentException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.Reporting.Silverlight.Server.Exceptions..::.NoCachedDocumentException

See Also