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
- ex
Type: System.Data.SqlClient.SqlException
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.