Share

EntityNotFoundException(ErrorStatus, String) Constructor

Initializes a new instance of the EntityNotFoundException class



Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public EntityNotFoundException(
	ErrorStatus es,
	string message
)

VB

Public Sub New ( 
	es As ErrorStatus,
	message As String
)

C++

public:
EntityNotFoundException(
	ErrorStatus es, 
	String^ message
)

Parameters

es  ErrorStatus
 
message  String
 

See Also

Reference

Was this information helpful?