Table of Contents

BuilderException.BuilderException Constructor

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

BuilderException()

Default constructor.

public BuilderException()

BuilderException(string)

public BuilderException(string message)

Parameters

message string

BuilderException(string, Exception)

public BuilderException(string message, Exception innerException)

Parameters

message string
innerException Exception

BuilderException(string, string)

This constructor takes an error code and a message string

public BuilderException(string code, string message)

Parameters

code string

The error code. The suggested format is one to four letters to identify the component or process followed by four digits, zero padded to the left, with no spaces.

message string

The exception message

BuilderException(string, string, Exception)

This constructor takes an error code, a message string, and an inner exception

public BuilderException(string code, string message, Exception innerException)

Parameters

code string

The error code. The suggested format is one to four letters to identify the component or process followed by four digits, zero padded to the left, with no spaces.

message string

The exception message

innerException Exception

The inner exception

BuilderException(SerializationInfo, StreamingContext)

Deserialization constructor for use with ISerializable

protected BuilderException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info object

context StreamingContext

The streaming context object