BuilderException(String, String) Constructor

This constructor takes an error code and a message string

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
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

See Also