ExecutionStrategy.ShouldVerifySuccessOn(Exception) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的例外狀況是否可在成功執行之後擲回。
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
為 。
備註
如需詳細資訊 和範例,請參閱連線復原和資料庫重試 。