次の方法で共有


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>

デコーダー。

適用対象