CivilException(String, Exception) Constructor |
Constructor.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CivilException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
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.
See Also