TeamFoundationSqlResourceComponent.TranslateException Method (SqlTypeException)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Overridable Sub TranslateException ( _
    typeException As SqlTypeException _
)
protected virtual void TranslateException(
    SqlTypeException typeException
)
protected:
virtual void TranslateException(
    SqlTypeException^ typeException
)
abstract TranslateException : 
        typeException:SqlTypeException -> unit 
override TranslateException : 
        typeException:SqlTypeException -> unit 
protected function TranslateException(
    typeException : SqlTypeException
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

TranslateException Overload

Microsoft.TeamFoundation.Framework.Server Namespace