SurfaceException Class

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

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

The SurfaceException type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceExceptionInitializes a new instance of the SurfaceException class
Public methodSurfaceException(String)Initializes a new instance of the SurfaceException class
Public methodSurfaceException(SurfaceStatus)Initializes a new instance of the SurfaceException class
Public methodSurfaceException(String, Exception)Initializes a new instance of the SurfaceException class
Public methodSurfaceException(SurfaceStatus, String)Initializes a new instance of the SurfaceException class
Top
See Also