Partager via


LogFormatter.SetExceptionDecoder(Type, Func<Exception,String>) Méthode

Définition

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.

decoder
Func<Exception,String>

Décodeur.

S’applique à