Represents NoDocumentException exeption.

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.ReportingServices.Viewer.Server..::.NoDocumentException

See Also