ElementFactoryNoItemsFoundException Method (String, String) |
Creates a 'No items found' exception
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public NoItemsFoundException NoItemsFoundException(
string type,
string query
)
Public Function NoItemsFoundException (
type As String,
query As String
) As NoItemsFoundException
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:
NoItemsFoundExceptionSee Also