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