EntityNotFoundException(String, Exception) Constructor |
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic EntityNotFoundException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
EntityNotFoundException(
String^ message,
Exception^ innerException
)
Parameters
- message String
-
- innerException Exception
-
See Also