PointGroupQueryParserException Class

Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Autodesk.Civil.DatabaseServicesPointGroupQueryParserException

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

The PointGroupQueryParserException type exposes the following members.

Properties
 NameDescription
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)
Public propertyPosition Returns the location index where the error was found inside of the query.
Public propertyQuery Gets the query string that caused the error.
Top
Remarks
This exception is thrown when an error is detected when the query string of a CustomPointGroupQuery is parsed.
See Also