CivilException(ErrorStatus, String, Exception) Constructor

Constructor.

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

Parameters

es  ErrorStatus
Error code.
message  String
The error message.
innerException  Exception
Reference to the inner exception that is the cause of this exception.
See Also