C# Class Surge.Shared.Common.ErrorTracking.BoswellErrorTracker

Inheritance: ErrorTracker
显示文件 Open project: alexhardwicke/Surge Class Usage Examples

Public Methods

Method Description
BoswellErrorTracker ( string url, string apiKey ) : System
Send ( Exception caughtException ) : void
SendAsync ( Exception caughtException ) : System.Threading.Tasks.Task

Method Details

BoswellErrorTracker() public method

public BoswellErrorTracker ( string url, string apiKey ) : System
url string
apiKey string
return System

Send() public method

public Send ( Exception caughtException ) : void
caughtException System.Exception
return void

SendAsync() public method

public SendAsync ( Exception caughtException ) : System.Threading.Tasks.Task
caughtException System.Exception
return System.Threading.Tasks.Task