C# Class Radegast.ErrorReporter

Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

Méthode Description
ErrorReporter ( string url ) : System
SendExceptionReport ( Exception ex ) : void

Private Methods

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

Method Details

ErrorReporter() public méthode

public ErrorReporter ( string url ) : System
url string
Résultat System

SendExceptionReport() public méthode

public SendExceptionReport ( Exception ex ) : void
ex System.Exception
Résultat void