Partager via


DbExecutionStrategy.UnwrapAndHandleException<T> Méthode

Définition

Obtient de manière récursive InnerException à partir de exception tant qu’il s’agit d’un EntityException, DbUpdateException ou UpdateException et le transmet à exceptionHandler

public static T UnwrapAndHandleException<T> (Exception exception, Func<Exception,T> exceptionHandler);
static member UnwrapAndHandleException : Exception * Func<Exception, 'T> -> 'T

Paramètres de type

T

Type de l’exception non décapée.

Paramètres

exception
Exception

Exception à désencapsuler.

exceptionHandler
Func<Exception,T>

Délégué qui sera appelé avec l’exception non décapitée.

Retours

T

Résultat de exceptionHandler.

S’applique à