SqlExceptionFactory, constructeur (Type, Func<TeamFoundationRequestContext, Int32, SqlException, SqlError, Exception>)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
exceptionType As Type, _
factoryMethod As Func(Of TeamFoundationRequestContext, Integer, SqlException, SqlError, Exception) _
)
public SqlExceptionFactory(
Type exceptionType,
Func<TeamFoundationRequestContext, int, SqlException, SqlError, Exception> factoryMethod
)
Paramètres
- exceptionType
Type : System.Type
- factoryMethod
Type : System.Func<TeamFoundationRequestContext, Int32, SqlException, SqlError, Exception>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.