OpenBve.Host.ReportProblem C# (CSharp) Méthode

ReportProblem() public méthode

Reports a problem to the host application.
public ReportProblem ( OpenBveApi type, string text ) : void
type OpenBveApi The type of problem that is reported.
text string The textual message that describes the problem.
Résultat void
		public override void ReportProblem(OpenBveApi.Hosts.ProblemType type, string text) {
			Interface.AddMessage(Interface.MessageType.Error, false, text);
		}