ValidationResult

Description

A collection of ValidationError and ValidationWarning objects. ValidationResult is a property of LoggedExceptionData. The ValidationResult collection can be used to obtain detailed information about individual warnings or exceptions when a LoggedDataException's BusinessObjectType property is ValidationException.

Properties

Property

Type

Length

Default

Description

Errors

ArrayOfValidationError

N/A

N/A

A collection of validation errors.

Warnings

ArrayOfValidationWarning

N/A

N/A

A collection of validation warnings.

Inherits from

ValidationItem