This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the error that an item could not found.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class ItemNotFoundException : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class ItemNotFoundException _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Smartsite.Base..::..SmartsiteException
      Smartsite.Base..::..ItemNotFoundException

See Also

Advanced