SqlExceptionHandler-Delegat
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub SqlExceptionHandler ( _
ex As SqlException, _
state As QueryExecutionState _
)
public delegate void SqlExceptionHandler(
SqlException ex,
QueryExecutionState state
)