BuilderException(String) Constructor

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

Definition

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

Parameters

message  String
The message that describes the error.

See Also