TeamFoundationSqlResourceComponent.TranslateException Method (SqlException)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Sub TranslateException ( _
sqlException As SqlException _
)
protected virtual void TranslateException(
SqlException sqlException
)
protected:
virtual void TranslateException(
SqlException^ sqlException
)
abstract TranslateException :
sqlException:SqlException -> unit
override TranslateException :
sqlException:SqlException -> unit
protected function TranslateException(
sqlException : SqlException
)
Parameters
- sqlException
Type: System.Data.SqlClient.SqlException
.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.