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

Syntax

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

Remarks

This exception is thrown when an error is detected when the query string of a CustomPointGroupQuery is parsed.

Inheritance Hierarchy

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

See Also