SqlExceptionHandler Delegate
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
)
public delegate void SqlExceptionHandler(
SqlException^ ex,
QueryExecutionState state
)
type SqlExceptionHandler =
delegate of
ex:SqlException *
state:QueryExecutionState -> unit
JScript does not support delegates.
Parameters
- ex
Type: System.Data.SqlClient.SqlException