Share

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.6.1067.0

Syntax

C#

[SerializableAttribute]
public class SurfaceException : CivilException

VB

<SerializableAttribute>
Public Class SurfaceException
	Inherits CivilException

C++

[SerializableAttribute]
public ref class SurfaceException : public 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

See Also

Reference

Was this information helpful?