Initializes a new instance of the EntityNotFoundException class
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public EntityNotFoundException( ErrorStatus es, string message ) |
Visual Basic |
---|
Public Sub New ( _ es As ErrorStatus, _ message As String _ ) |
Visual C++ |
---|
public: EntityNotFoundException( ErrorStatus es, String^ message ) |
Parameters
- es
- Type: ErrorStatus
- message
- Type: System..::..String