Represents an exception wrapper generated when document is not found in cash.

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

See Also