| BuilderException Constructor (String) |
Initializes a new instance of the
Exception class with a specified error message.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public BuilderException(
string message
)
Public Sub New (
message As String
)
public:
BuilderException(
String^ message
)
new :
message : string -> BuilderException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also