你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryErrorDetectionStrategy 类

定义

public class QueryErrorDetectionStrategy : Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaErrorDetectionStrategy
type QueryErrorDetectionStrategy = class
    inherit MediaErrorDetectionStrategy
Public Class QueryErrorDetectionStrategy
Inherits MediaErrorDetectionStrategy
继承
QueryErrorDetectionStrategy

构造函数

QueryErrorDetectionStrategy()

方法

CheckIsTransient(Exception)
IsRetriableDataServiceException(Exception, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableHttpStatusCode(HttpStatusCode, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableHttpStatusCode(Int32, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableWebException(Exception, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsSocketException(Exception) (继承自 MediaErrorDetectionStrategy)
IsTimeoutException(Exception) (继承自 MediaErrorDetectionStrategy)
IsTransient(Exception) (继承自 MediaErrorDetectionStrategy)
OnIsTransient(Exception) (继承自 MediaErrorDetectionStrategy)

适用于