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
SystemObjectSystemException
Autodesk.CivilCivilException
Autodesk.CivilEntityNotFoundException
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.765
Syntax
C#
[SerializableAttribute] public class EntityNotFoundException : CivilException
VB
<SerializableAttribute> Public Class EntityNotFoundException Inherits CivilException
C++
[SerializableAttribute] public ref class EntityNotFoundException : public CivilException
The EntityNotFoundException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EntityNotFoundException | Initializes a new instance of the EntityNotFoundException class |
![]() | EntityNotFoundException(ErrorStatus) | Initializes a new instance of the EntityNotFoundException class |
![]() | EntityNotFoundException(String) | Initializes a new instance of the EntityNotFoundException class |
![]() | EntityNotFoundException(ErrorStatus, String) | Initializes a new instance of the EntityNotFoundException class |
![]() | EntityNotFoundException(String, Exception) | Initializes a new instance of the EntityNotFoundException class |