C# Class ZocBuild.Database.Errors.MismatchedObjectNameError

Represents an error caused by the name of the programmable object not matching its file name.
Inheritance: BuildErrorBase
Afficher le fichier Open project: Zocdoc/ZocBuild.Database Class Usage Examples

Méthodes publiques

Méthode Description
GetMessage ( ) : string

Returns the message for this error.

MismatchedObjectNameError ( string expected, string actual ) : System

Creates an instance of a mismatched object name error object.

Method Details

GetMessage() public méthode

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

MismatchedObjectNameError() public méthode

Creates an instance of a mismatched object name error object.
public MismatchedObjectNameError ( string expected, string actual ) : System
expected string The file name of the script.
actual string The parsed name of the object.
Résultat System