public VerbAttribute(
string verb
)Public Sub New (
verb As String
)public:
VerbAttribute(
String^ verb
)new :
verb : string -> VerbAttribute| ArgumentNullException | verb is null. |
| ArgumentException | verb is an empty string (""), or contains one or more invalid characters. |