LogFormatter.SetExceptionDecoder(Type, Func<Exception,String>) 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.
Configure le décodeur d’exception pour le type d’exception spécifié.
public static void SetExceptionDecoder (Type exceptionType, Func<Exception,string> decoder);
static member SetExceptionDecoder : Type * Func<Exception, string> -> unit
Public Shared Sub SetExceptionDecoder (exceptionType As Type, decoder As Func(Of Exception, String))
Paramètres
- exceptionType
- Type
Type d’exception pour lequel configurer un décodeur.