C# Class Radegast.ErrorReporter

显示文件 Open project: radegastdev/radegast Class Usage Examples

Public Methods

Method Description
ErrorReporter ( string url ) : System
SendExceptionReport ( Exception ex ) : void

Private Methods

Method Description
AddPostField ( string name, string value ) : void
AddStacktrace ( StringBuilder &report, Exception ex ) : void

Method Details

ErrorReporter() public method

public ErrorReporter ( string url ) : System
url string
return System

SendExceptionReport() public method

public SendExceptionReport ( Exception ex ) : void
ex System.Exception
return void