SurfaceException Constructor (String, Exception)

Initializes a new instance of the SurfaceException class

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

Syntax

C#

public SurfaceException(
	string message,
	Exception innerException
)

Visual Basic

Public Sub New ( _
	message As String, _
	innerException As Exception _
)

Visual C++

public:
SurfaceException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System.String
innerException
Type: System.Exception

See Also