Base class for all exceptions thrown from filters.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
[SerializableAttribute]
public class FilterException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FilterException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class FilterException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.Reporting.Data.Olap..::.FilterException

See Also