The exception that's thrown when an attempt is made to access a non-existent entity. For example, calling ProfileEntity.EntityBefore() on the first entity.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
[SerializableAttribute] public class EntityNotFoundException : CivilException
Visual Basic
<SerializableAttribute> _ Public Class EntityNotFoundException _ Inherits CivilException
Visual C++
[SerializableAttribute] public ref class EntityNotFoundException : public CivilException