Share

EntityNotFoundException(String, Exception) 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(
	string message,
	Exception innerException
)

VB

Public Sub New ( 
	message As String,
	innerException As Exception
)

C++

public:
EntityNotFoundException(
	String^ message, 
	Exception^ innerException
)

Parameters

message  String
 
innerException  Exception
 

See Also

Reference

Was this information helpful?