The exception that is thrown when the user tries to instantiate an object by a key that does not exist

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
[SerializableAttribute]
public class ObjectNotFoundException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ObjectNotFoundException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ObjectNotFoundException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Asi.iBO..::..ObjectNotFoundException

See Also