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
)
Public Sub New (
responseCode As ValidationResponseCode,
lastException As Exception
)
public:
ValidationResult(
ValidationResponseCode responseCode,
Exception^ lastException
)
new :
responseCode : ValidationResponseCode *
lastException : Exception -> ValidationResult
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