public ExampleAttribute(
string example
)Public Sub New (
example As String
)public:
ExampleAttribute(
String^ example
)new :
example : string -> ExampleAttribute| ArgumentNullException | example is null. |
| ArgumentException | example is an empty string (""). |