Represents ExecutionNotFoundException exception.

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

Inheritance Hierarchy

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

See Also