TeamFoundationSqlResourceComponent.HandleException Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Protected Function HandleException ( _
ex As SqlException _
) As Boolean
protected bool HandleException(
SqlException ex
)
protected:
bool HandleException(
SqlException^ ex
)
member HandleException :
ex:SqlException -> bool
protected function HandleException(
ex : SqlException
) : boolean
Parameters
- ex
Type: System.Data.SqlClient.SqlException
Return Value
Type: System.Boolean
.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.