PointGroupQueryInvalidPointGroupValueException Class

This exception is thrown when the value for a PointGroup field in a query is invalid.

A PointGroupQueryInvalidPointGroupValueException is thrown by the PointGroup.SetQuery() method when the query sets the PointGroup field to an invalid value. This happens when the PointGroup field is set to a point group name that does not exist, or when it is the name of the point group on which the query is being set.

Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Autodesk.Civil.DatabaseServicesPointGroupQueryInvalidPointGroupValueException

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointGroupQueryInvalidPointGroupValueException : ArgumentException

The PointGroupQueryInvalidPointGroupValueException type exposes the following members.

Properties
 NameDescription
Public propertyInvalidPointGroup Returns the name of the invalid point group.
Public propertyMessageGets the error message and the parameter name, or only the error message if no parameter name is set.
(Inherited from ArgumentException)
Public propertyParamNameGets the name of the parameter that causes this exception.
(Inherited from ArgumentException)
Top
See Also