Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Serilog
Exceptions
ExceptionDestructurer
C# Class Serilog.Exceptions.ExceptionDestructurer
Inheritance:
IExceptionDestructurer
ファイルを表示
Open project: Rurouni/MassiveOnlineUniversalServerEngine
Public Methods
Method
Description
Destructure
(
Exception
exception
,
object>.IDictionary
data
,
object>.Func
innerDestructure
) :
void
Method Details
Destructure()
public
method
public
Destructure
(
Exception
exception
,
object>.IDictionary
data
,
object>.Func
innerDestructure
) :
void
exception
System.Exception
data
object>.IDictionary
innerDestructure
object>.Func
return
void