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
)

Parameter

Siehe auch

Referenz

Microsoft.TeamFoundation.Framework.Server-Namespace