EntityNotFoundException Class |
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.
Inheritance Hierarchy Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[SerializableAttribute]
public class EntityNotFoundException : CivilException
<SerializableAttribute>
Public Class EntityNotFoundException
Inherits CivilException
[SerializableAttribute]
public ref class EntityNotFoundException : public CivilException
The EntityNotFoundException type exposes the following members.
Constructors
See Also