Click or drag to resize

ItemNotFoundException Constructor

Creates a new instance of the exception.

Namespace:  AskiaFieldCom.Exceptions
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ItemNotFoundException(
	string itemType
)

Parameters

itemType
Type: SystemString
Friendly name of the not find item (use the lower case as much as possible).
See Also