C# Class GenerateQTProject.Errors

Contains all the different error messages.
Afficher le fichier Open project: NAlphaDev/Unreal-Qt-project-generator

Méthodes publiques

Méthode Description
ErrorExit ( ErrorCode code ) : void

Prints the error message which corresponds to the error code, waits for user to press enter and terminates program with given error code.

Method Details

ErrorExit() public static méthode

Prints the error message which corresponds to the error code, waits for user to press enter and terminates program with given error code.
public static ErrorExit ( ErrorCode code ) : void
code ErrorCode Error code
Résultat void