C# Class Serilog.Exceptions.Destructurers.ReflectionBasedDestructurer

Inheritance: IExceptionDestructurer
Afficher le fichier Open project: NimbusAPI/Nimbus

Méthodes publiques

Méthode Description
Destructure ( Exception exception, object>.IDictionary data, object>.Func destructureException ) : void

Private Methods

Méthode Description
DestructureObject ( object value, Type valueType, int level ) : object>.IDictionary
DestructureValue ( object value, int level ) : object

Method Details

Destructure() public méthode

public Destructure ( Exception exception, object>.IDictionary data, object>.Func destructureException ) : void
exception System.Exception
data object>.IDictionary
destructureException object>.Func
Résultat void