Click or drag to resize
ElementFactoryValidationException Method (String, IReadOnlyItem, String)
Create a new validation exception

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public ValidationException ValidationException(
	string message,
	IReadOnlyItem item,
	params string[] properties
)

Parameters

message
Type: SystemString
item
Type: Innovator.ClientIReadOnlyItem
properties
Type: SystemString

Return Value

Type: ValidationException
See Also