C# Class ZocBuild.Database.Errors.MissingScriptFileError

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

Méthodes publiques

Méthode 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 méthode

Returns the message for this error.
public GetMessage ( ) : string
Résultat string

MissingScriptFileError() public méthode

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.
Résultat System