C# Class Zetbox.API.MailProblemReporter

Inheritance: IProblemReporter
Show file Open project: daszat/zetbox

Public Methods

Method Description
MailProblemReporter ( IMailSender mail ) : System
Report ( string message, string description, System screenshot, Exception exeption ) : void

Method Details

MailProblemReporter() public method

public MailProblemReporter ( IMailSender mail ) : System
mail IMailSender
return System

Report() public method

public Report ( string message, string description, System screenshot, Exception exeption ) : void
message string
description string
screenshot System
exeption System.Exception
return void