SurfaceException(String, Exception) Constructor

Initializes a new instance of the SurfaceException class

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceException(
	string message,
	Exception innerException
)

Parameters

message  String
 
innerException  Exception
 
See Also