Share

PointGroupQueryOperationFailedException Class

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

Inheritance Hierarchy

SystemObject
  SystemException
    SystemSystemException
      SystemArgumentException
        Autodesk.Civil.DatabaseServicesPointGroupQueryOperationFailedException


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

Syntax

C#

public class PointGroupQueryOperationFailedException : ArgumentException

VB

Public Class PointGroupQueryOperationFailedException
	Inherits ArgumentException

C++

public ref class PointGroupQueryOperationFailedException : public ArgumentException

The PointGroupQueryOperationFailedException 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)

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.

See Also

Reference

Was this information helpful?