ValidationResult Constructor (ValidationResponseCode, Exception)

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

Namespace:  Aspose.Email.Tools.Verifications
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public ValidationResult(
	ValidationResponseCode responseCode,
	Exception lastException
)

Parameters

responseCode
Type: Aspose.Email.Tools.VerificationsValidationResponseCode
The response code of the validating process.
lastException
Type: SystemException
The last exception met in the validating process.
See Also