C# Class ParkitectNexus.Data.Reporting.CrashReporterFactory

Inheritance: ICrashReporterFactory
显示文件 Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

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

Private Methods

Method Description
Generate ( string action, IParkitect parkitect, Exception exception ) : object

Method Details

CrashReporterFactory() public method

public CrashReporterFactory ( INexusWebClientFactory webClientFactory, IWebsite website, IParkitect parkitect, ILogger log ) : System
webClientFactory INexusWebClientFactory
website IWebsite
parkitect IParkitect
log ILogger
return System

Report() public method

public Report ( string action, Exception exception ) : void
action string
exception System.Exception
return void