C# Class ZocBuild.Database.Errors.BuildError

Represents an error that occurred while deploying a programmable object to a database.
Inheritance: BuildErrorBase
Exibir arquivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
BuildError ( Exception ex ) : System

Creates an instance of a build error object.

GetMessage ( ) : string

Returns the message for this error.

Method Details

BuildError() public method

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

GetMessage() public method

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