Click or drag to resize
Sandcastle Help File BuilderBuilderException Constructor (String, String, Exception)
This constructor takes an error code, a message string, and an inner exception.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public BuilderException(
	string code,
	string message,
	Exception innerException
)

Parameters

code
Type: SystemString
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
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception
See Also