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

Inheritance Hierarchy

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

See Also