C# 클래스 ZocBuild.Database.Errors.MissingScriptFileError

Represents an error caused by an object's script not appearing in the file system.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

MissingScriptFileError ( TypedDatabaseObject dbObject ) : System

Creates an instance of a missing script file error object.

메소드 상세

GetMessage() 공개 메소드

Returns the message for this error.
public GetMessage ( ) : string
리턴 string

MissingScriptFileError() 공개 메소드

Creates an instance of a missing script file error object.
public MissingScriptFileError ( TypedDatabaseObject dbObject ) : System
dbObject TypedDatabaseObject The object that was expected and not found.
리턴 System