C# Class OpenTween.ErrorReport

Inheritance: System.NotifyPropertyChangedBase
显示文件 Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
ErrorReport ( Twitter tw, string reportText ) : System
ErrorReport ( string reportText ) : System
Reset ( ) : void
SendByDmAsync ( ) : System.Threading.Tasks.Task
SendByMailAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CheckDmAvailable ( ) : bool
UpdateEncodedReport ( ) : void

Method Details

ErrorReport() public method

public ErrorReport ( Twitter tw, string reportText ) : System
tw Twitter
reportText string
return System

ErrorReport() public method

public ErrorReport ( string reportText ) : System
reportText string
return System

Reset() public method

public Reset ( ) : void
return void

SendByDmAsync() public method

public SendByDmAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SendByMailAsync() public method

public SendByMailAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task