Constructor.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CivilException( string message, Exception innerException )
VB
Public Sub New ( message As String, innerException As Exception )
C++
public: CivilException( String^ message, Exception^ innerException )
Parameters
- message String
- The error message.
- innerException Exception
- The reference to the inner exception that is the cause of this exception.