The exception that is thrown when data navigation failed.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.Reporting.Data..::.DataNavigationException

See Also