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

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 class NoCachedDocumentExceptionDetail : ExceptionDetailBase
Visual Basic (Declaration)
Public Class NoCachedDocumentExceptionDetail _
	Inherits ExceptionDetailBase
Visual C++
public ref class NoCachedDocumentExceptionDetail : public ExceptionDetailBase

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase
    PerpetuumSoft.ReportingServices.Viewer.Server..::.NoCachedDocumentExceptionDetail

See Also