ValidatorUtility.GetValidationResults method

Gets the validation results from validating the specified object and its properties.

public static IReadOnlyList<ValidationResult> GetValidationResults(object value)

Exceptions

exception condition
ArgumentNullException The value is null.

See Also