PointNotOnEntityException Class

The exception that is thrown when there is an attempt to use point coordinates that do not exist. For example, calling Alignment.PointLocation() for a negative station number.
Inheritance Hierarchy
SystemObject
  SystemException
    Autodesk.CivilCivilException
      Autodesk.CivilPointNotOnEntityException

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[SerializableAttribute]
public class PointNotOnEntityException : CivilException

The PointNotOnEntityException type exposes the following members.

Constructors
 NameDescription
Public methodPointNotOnEntityExceptionInitializes a new instance of the PointNotOnEntityException class
Public methodPointNotOnEntityException(ErrorStatus)Initializes a new instance of the PointNotOnEntityException class
Public methodPointNotOnEntityException(String)Initializes a new instance of the PointNotOnEntityException class
Public methodPointNotOnEntityException(ErrorStatus, String)Initializes a new instance of the PointNotOnEntityException class
Public methodPointNotOnEntityException(String, Exception)Initializes a new instance of the PointNotOnEntityException class
Top
See Also