C# Class Serilog.Exceptions.Destructurers.ExceptionDestructurer

Inheritance: IExceptionDestructurer
Afficher le fichier Open project: NimbusAPI/Nimbus Class Usage Examples

Méthodes publiques

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

Method Details

Destructure() public méthode

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