C# Класс GenerateQTProject.Errors

Contains all the different error messages.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ErrorExit() публичный статический Метод

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
Результат void