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 Sub HandleException ( _
    exception As Exception _
)
protected void HandleException(
    Exception exception
)
protected:
void HandleException(
    Exception^ exception
)
member HandleException : 
        exception:Exception -> unit
protected function HandleException(
    exception : Exception
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace