Builder Exception(String, Exception) Constructor
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this 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 message,
Exception innerException
)VB
Public Sub New (
message As String,
innerException As Exception
)C++
public:
BuilderException(
String^ message,
Exception^ innerException
)F#
new :
message : string *
innerException : Exception -> BuilderException