C# Class OpenBveApi.Packages.ProblemReport

Defines a progress report
Inheritance: System.EventArgs
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Méthode Description
ProblemReport ( int progress, string file, Exception ex ) : System

The progress report

Method Details

ProblemReport() public méthode

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