C# Class ZocBuild.Database.Errors.MissingScriptFileError

Represents an error caused by an object's script not appearing in the file system.
Inheritance: BuildErrorBase
Exibir arquivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
GetMessage ( ) : string

Returns the message for this error.

MissingScriptFileError ( TypedDatabaseObject dbObject ) : System

Creates an instance of a missing script file error object.

Method Details

GetMessage() public method

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

MissingScriptFileError() public method

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.
return System