C# 클래스 ZocBuild.Database.Errors.UnexpectedObjectTypeError

Represents an error caused by a script for a object type that is not supported.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

UnexpectedObjectTypeError ( string typeName ) : System

Creates an instance of an unexpected object type error object

메소드 상세

GetMessage() 공개 메소드

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

UnexpectedObjectTypeError() 공개 메소드

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