TeamFoundationSqlResourceComponent.CanRetryOnException Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Function CanRetryOnException ( _
    ex As SqlException _
) As Boolean
protected bool CanRetryOnException(
    SqlException ex
)
protected:
bool CanRetryOnException(
    SqlException^ ex
)
member CanRetryOnException : 
        ex:SqlException -> bool 
protected function CanRetryOnException(
    ex : SqlException
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace