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
- exception
Type: System.Exception
.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.