NavigationItemNotFoundException Class
A custom exception class wrapping the exception/ Error information when the item is not found in the navigation items Collection in Navigation Extension.
Syntax
'Declaration <SerializableAttribute()> Public Class NavigationItemNotFoundException Inherits System.Exception
'Usage Dim instance As NavigationItemNotFoundException
[Serializable()] public class NavigationItemNotFoundException : System.Exception
[Serializable()] public ref class NavigationItemNotFoundException : public System.Exception
Inheritance Hierarchy
System.Object
System.Exception
ArchestrA.Client.Navigation.NavigationItemNotFoundException
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