C# Class ZocBuild.Database.Errors.UnexpectedObjectTypeError

Represents an error caused by a script for a object type that is not supported.
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.

UnexpectedObjectTypeError ( string typeName ) : System

Creates an instance of an unexpected object type error object

Method Details

GetMessage() public méthode

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

UnexpectedObjectTypeError() public méthode

Creates an instance of an unexpected object type error object
public UnexpectedObjectTypeError ( string typeName ) : System
typeName string The name of the type.
Résultat System