BuilderException(String) Constructor

Initializes a new instance of the Exception class with a specified error message.

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public BuilderException(
	string message
)

Parameters

message  String
The message that describes the error.

See Also