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

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

Public Methods

Method Description
Send ( Exception caughtException ) : void
SendAsync ( Exception caughtException ) : System.Threading.Tasks.Task

Method Details

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