Click or drag to resize
ElementFactoryValidationException Method (String, Exception, 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 ValidationReportException ValidationException(
	string message,
	Exception innerException,
	IReadOnlyItem item,
	string report
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
item
Type: Innovator.ClientIReadOnlyItem
report
Type: SystemString

Return Value

Type: ValidationReportException
See Also