ValidationResult.ValidationResult

ValidationResult()

Create an instance of the ValidationResult class

public ValidationResult()

See Also


ValidationResult(ValidationResponseCode)

Create an instance of the ValidationResult class, with the specified ValidationResponseCode

public ValidationResult(ValidationResponseCode responseCode)
ParameterTypeDescription
responseCodeValidationResponseCodeThe response code of the validating process.

See Also


ValidationResult(ValidationResponseCode, Exception)

Create an instance of the ValidationResult class, with the specified ValidationResponseCode, and the last exception.

public ValidationResult(ValidationResponseCode responseCode, Exception lastException)
ParameterTypeDescription
responseCodeValidationResponseCodeThe response code of the validating process.
lastExceptionExceptionThe last exception met in the validating process.

See Also