C# 클래스 FluentBuild.Runners.ExecutableFailedException

Occurs when an EXE returns a non zero exception
상속: System.Exception
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
ExecutableFailedException ( string message ) : System

Creates an exception

메소드 상세

ExecutableFailedException() 공개 메소드

Creates an exception
public ExecutableFailedException ( string message ) : System
message string message text to include in the error
리턴 System