Class ValidationResult

ValidationResult class

Present the result of the email validating process.

public class ValidationResult

Constructors

NameDescription
ValidationResult()Create an instance of the ValidationResult class
ValidationResult(ValidationResponseCode)Create an instance of the ValidationResult class, with the specified ValidationResponseCode
ValidationResult(ValidationResponseCode, Exception)Create an instance of the ValidationResult class, with the specified ValidationResponseCode, and the last exception.

Properties

NameDescription
LastException { get; set; }The last error met in the validating process.
Message { get; }Gets the detail message about the result.
ReturnCode { get; set; }Gets or ses the response code of the validating process.

See Also