BuilderException(String, String) Constructor
This constructor takes an error code and a message string
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public BuilderException(
string code,
string message
)
Public Sub New (
code As String,
message As String
)
public:
BuilderException(
String^ code,
String^ message
)
new :
code : string *
message : string -> BuilderException
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