C# Class ParkitectNexus.Data.Reporting.CrashReporterFactory

Inheritance: ICrashReporterFactory
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient

Méthodes publiques

Méthode Description
CrashReporterFactory ( INexusWebClientFactory webClientFactory, IWebsite website, IParkitect parkitect, ILogger log ) : System
Report ( string action, Exception exception ) : void

Private Methods

Méthode Description
Generate ( string action, IParkitect parkitect, Exception exception ) : object

Method Details

CrashReporterFactory() public méthode

public CrashReporterFactory ( INexusWebClientFactory webClientFactory, IWebsite website, IParkitect parkitect, ILogger log ) : System
webClientFactory INexusWebClientFactory
website IWebsite
parkitect IParkitect
log ILogger
Résultat System

Report() public méthode

public Report ( string action, Exception exception ) : void
action string
exception System.Exception
Résultat void