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

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

Protected Properties

Property Type Description
debug bool

Public Methods

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

Protected Methods

Method Description
ErrorTracker ( ) : System

Method Details

ErrorTracker() protected method

protected ErrorTracker ( ) : System
return System

Send() public abstract method

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

SendAsync() public abstract method

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

Property Details

debug protected_oe property

protected bool debug
return bool