This class hanle the exception for any operation on the survey.
Inheritance Hierarchy
SystemObjectSystemException
Autodesk.CivilCivilException
Autodesk.CivilSurveyException
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.765
Syntax
C#
[SerializableAttribute] public class SurveyException : CivilException
VB
<SerializableAttribute> Public Class SurveyException Inherits CivilException
C++
[SerializableAttribute] public ref class SurveyException : public CivilException
The SurveyException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurveyException | Initializes a new instance of the SurveyException class |
![]() | SurveyException(String) | Initializes a new instance of the SurveyException class |
![]() | SurveyException(SurveyStatus) | Initializes a new instance of the SurveyException class |
![]() | SurveyException(String, Exception) | Initializes a new instance of the SurveyException class |
![]() | SurveyException(SurveyStatus, String) | Initializes a new instance of the SurveyException class |