SurveyException Class

This class hanle the exception for any operation on the survey.
Inheritance Hierarchy
SystemObject
  SystemException
    Autodesk.CivilCivilException
      Autodesk.CivilSurveyException

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[SerializableAttribute]
public class SurveyException : CivilException

The SurveyException type exposes the following members.

Constructors
 NameDescription
Public methodSurveyExceptionInitializes a new instance of the SurveyException class
Public methodSurveyException(String)Initializes a new instance of the SurveyException class
Public methodSurveyException(SurveyStatus)Initializes a new instance of the SurveyException class
Public methodSurveyException(String, Exception)Initializes a new instance of the SurveyException class
Public methodSurveyException(SurveyStatus, String)Initializes a new instance of the SurveyException class
Top
See Also