NavigationException Class
A custom exception class wrapping the exception/ Error information related to the Navigation Extension.
Syntax
'Declaration <SerializableAttribute()> Public Class NavigationException Inherits System.Exception
'Usage Dim instance As NavigationException
[Serializable()] public class NavigationException : System.Exception
[Serializable()] public ref class NavigationException : public System.Exception
Inheritance Hierarchy
System.Object
System.Exception
ArchestrA.Client.Navigation.NavigationException
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also