IncorrectNameFormatException Constructor(String)
In This Topic
Constructor with describing message.
Syntax
public IncorrectNameFormatException(
string
)
public:
IncorrectNameFormatException(
String^
)
Parameters
| Parameter Name | Description |
|---|
| message | Exception text message. |
See Also