C# 클래스 GenerateQTProject.Errors

Contains all the different error messages.
파일 보기 프로젝트 열기: NAlphaDev/Unreal-Qt-project-generator

공개 메소드들

메소드 설명
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