Condividi tramite


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

Definizione

Configura il decodificatore di eccezioni per il tipo di eccezione specificato.

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

Parametri

exceptionType
Type

Tipo di eccezione per cui configurare un decodificatore.

decoder
Func<Exception,String>

Decodificatore.

Si applica a