InvalidParameterException Constructor(String)
Generated exception from an invalid parameter with a given message.
public InvalidParameterException(
string
)
public: InvalidParameterException(
string*
)
public:
InvalidParameterException(
String^
)
Parameters
- message
- A string which represents the message.