Utils.TryFindException(Exception, Type, Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static bool TryFindException (Exception original, Type targetType, out Exception target);
static member TryFindException : Exception * Type * Exception -> bool
Public Function TryFindException (original As Exception, targetType As Type, ByRef target As Exception) As Boolean
Paramètres
- original
- Exception
- targetType
- Type
- target
- Exception