C# Class Zetbox.API.LoggingProblemReporter

Inheritance: IProblemReporter
ファイルを表示 Open project: daszat/zetbox

Public Methods

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

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