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
SystemObjectSystemException
SystemSystemException
SystemArgumentException
Autodesk.Civil.DatabaseServicesPointGroupQueryInvalidPointGroupValueException
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PointGroupQueryInvalidPointGroupValueException : ArgumentException
VB
Public Class PointGroupQueryInvalidPointGroupValueException Inherits ArgumentException
C++
public ref class PointGroupQueryInvalidPointGroupValueException : public ArgumentException
The PointGroupQueryInvalidPointGroupValueException type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | InvalidPointGroup | Returns the name of the invalid point group. |
![]() | Message | Gets the error message and the parameter name, or only the error message if no parameter name is set. (Inherited from ArgumentException) |
![]() | ParamName | Gets the name of the parameter that causes this exception. (Inherited from ArgumentException) |