Click or drag to resize
Sandcastle Help File BuilderBuilderException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

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

Parameters

message
Type: SystemString
The message that describes the error.
See Also