Click or drag to resize
ElementFactoryNoItemsFoundException Method (String, String)
Creates a 'No items found' exception

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public NoItemsFoundException NoItemsFoundException(
	string type,
	string query
)

Parameters

type
Type: SystemString
The ItemType name for the item which couldn't be found
query
Type: SystemString
The AML query which didn't return any results

Return Value

Type: NoItemsFoundException
See Also