C# Class OpenBveApi.Packages.ProblemReport

Defines a progress report
Inheritance: System.EventArgs
Mostrar archivo Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
ProblemReport ( int progress, string file, Exception ex ) : System

The progress report

Method Details

ProblemReport() public method

The progress report
public ProblemReport ( int progress, string file, Exception ex ) : System
progress int
file string
ex System.Exception
return System