Builder Exception(String, String) Constructor
This constructor takes an error code and a message string
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public BuilderException(
string code,
string message
)VB
Public Sub New (
code As String,
message As String
)C++
public:
BuilderException(
String^ code,
String^ message
)F#
new :
code : string *
message : string -> BuilderException