Builder Exception(String, String, Exception) Constructor
This constructor takes an error code, a message string, and an inner exception
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,
Exception innerException
)VB
Public Sub New (
code As String,
message As String,
innerException As Exception
)C++
public:
BuilderException(
String^ code,
String^ message,
Exception^ innerException
)F#
new :
code : string *
message : string *
innerException : Exception -> BuilderException