TeamFoundationSqlResourceComponent.HandleException Method

Determine whether the SQL exception can be handled; SQL exceptions that cannot be retried or mapped are "unhandled."

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

Syntax

'Declaration
Protected Function HandleException ( _
    exception As Exception _
) As Boolean
protected bool HandleException(
    Exception exception
)
protected:
bool HandleException(
    Exception^ exception
)
member HandleException : 
        exception:Exception -> bool
protected function HandleException(
    exception : Exception
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace