Builder Exception(String) Constructor
Initializes a new instance of the Exception class with a specified error message.
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
)VB
Public Sub New (
message As String
)C++
public:
BuilderException(
String^ message
)F#
new :
message : string -> BuilderExceptionParameters
- message String
- The message that describes the error.