EntityNotFoundException Constructor (String)

Initializes a new instance of the EntityNotFoundException class

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

Syntax

C#

public EntityNotFoundException(
	string message
)

Visual Basic

Public Sub New ( _
	message As String _
)

Visual C++

public:
EntityNotFoundException(
	String^ message
)

Parameters

message
Type: System.String

See Also