C# Class ZocBuild.Database.Errors.UnexpectedObjectTypeError

Represents an error caused by a script for a object type that is not supported.
Inheritance: BuildErrorBase
Exibir arquivo Open project: Zocdoc/ZocBuild.Database Class Usage Examples

Public Methods

Method 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 method

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

UnexpectedObjectTypeError() public method

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