ExecutionStrategy.ShouldVerifySuccessOn(Exception) 方法

定义

确定在成功执行后是否可以引发指定的异常。

protected internal virtual bool ShouldVerifySuccessOn (Exception exception);
abstract member ShouldVerifySuccessOn : Exception -> bool
override this.ShouldVerifySuccessOn : Exception -> bool
Protected Friend Overridable Function ShouldVerifySuccessOn (exception As Exception) As Boolean

参数

exception
Exception

要验证的异常对象。

返回

true 如果可以在成功执行后引发指定的异常,则为 ;否则为 false

注解

有关详细信息 和示例,请参阅连接复原和数据库重试

适用于