ValidationResult

ValidationResult()

创建 ValidationResult 类的实例

public ValidationResult()

也可以看看


ValidationResult(ValidationResponseCode)

创建 ValidationResult 类的实例,使用指定的验证响应代码

public ValidationResult(ValidationResponseCode responseCode)
范围类型描述
responseCodeValidationResponseCode验证过程的响应代码。

也可以看看


ValidationResult(ValidationResponseCode, Exception)

创建 ValidationResult 类的实例,使用指定的验证响应代码 ,最后一个例外。

public ValidationResult(ValidationResponseCode responseCode, Exception lastException)
范围类型描述
responseCodeValidationResponseCode验证过程的响应代码。
lastExceptionException在验证过程中遇到的最后一个异常。

也可以看看