C# Class Zetbox.API.FogBugzProblemReporter

Inheritance: IProblemReporter
显示文件 Open project: daszat/zetbox

Public Methods

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

Private Methods

Method Description
ProgramFilesx86 ( ) : string

Method Details

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