ValidationResult.ValidationResult
Contents
[
Hide
]ValidationResult()
Create an instance of the ValidationResult class
public ValidationResult()
See Also
- class ValidationResult
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email
ValidationResult(ValidationResponseCode)
Create an instance of the ValidationResult class, with the specified ValidationResponseCode
public ValidationResult(ValidationResponseCode responseCode)
Parameter | Type | Description |
---|---|---|
responseCode | ValidationResponseCode | The response code of the validating process. |
See Also
- enum ValidationResponseCode
- class ValidationResult
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email
ValidationResult(ValidationResponseCode, Exception)
Create an instance of the ValidationResult class, with the specified ValidationResponseCode, and the last exception.
public ValidationResult(ValidationResponseCode responseCode, Exception lastException)
Parameter | Type | Description |
---|---|---|
responseCode | ValidationResponseCode | The response code of the validating process. |
lastException | Exception | The last exception met in the validating process. |
See Also
- enum ValidationResponseCode
- class ValidationResult
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email