Constructor.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public CivilException(
string message,
Exception innerException
) |
Visual Basic |
---|
Public Sub New ( _
message As String, _
innerException As Exception _
) |
Visual C++ |
---|
public:
CivilException(
String^ message,
Exception^ innerException
) |
Parameters
- message
- Type: System..::..String
The error message.
- innerException
- Type: System..::..Exception
The reference to the inner exception that is the cause of this exception.
See Also