Freigeben über


LogFormatter.SetExceptionDecoder(Type, Func<Exception,String>) Methode

Definition

Konfiguriert den Ausnahmedecoder für den angegebenen Ausnahmetyp.

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))

Parameter

exceptionType
Type

Der Ausnahmetyp, für den ein Decoder konfiguriert werden soll.

decoder
Func<Exception,String>

Der Decoder.

Gilt für: