共用方式為


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

定義

為指定的例外狀況類型設定例外狀況解碼器。

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

參數

exceptionType
Type

要為其設定解碼器的例外狀況類型。

decoder
Func<Exception,String>

解碼器。

適用於