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

Represents an error that occurred while deploying a programmable object to a database.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
BuildError ( Exception ex ) : System

Creates an instance of a build error object.

GetMessage ( ) : string

Returns the message for this error.

메소드 상세

BuildError() 공개 메소드

Creates an instance of a build error object.
public BuildError ( Exception ex ) : System
ex System.Exception The exception raised during deployment.
리턴 System

GetMessage() 공개 메소드

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