This exception is thrown if the PointGroup object fails to set or get the query object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class PointGroupQueryOperationFailedException : ArgumentException
Visual Basic
Public Class PointGroupQueryOperationFailedException _
	Inherits ArgumentException
Visual C++
public ref class PointGroupQueryOperationFailedException : public ArgumentException

Remarks

The query object is validated before the PointGroup object is modified; therefore, a different and more explicit exception is usually thrown. This exception is raised when an error occurs in the low-level implementation, which should seldom, if ever, occur.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..ArgumentException
        Autodesk.Civil.DatabaseServices..::..PointGroupQueryOperationFailedException

See Also