Base Option Constructor
Constructor
Definition
Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
protected BaseOption(
string name,
string description
)VB
Protected Sub New (
name As String,
description As String
)C++
protected:
BaseOption(
String^ name,
String^ description
)F#
new :
name : string *
description : string -> BaseOptionParameters
Exceptions
| ArgumentException | This is thrown if the name parameter is null or empty or contains non-alphabetic characters. |