| UnknownParameterException Constructor |
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public UnknownParameterException(
string message,
string parameter
)
public:
UnknownParameterException(
String^ message,
String^ parameter
)
Parameters
- message
- Type: SystemString
The message that describes the error. - parameter
- Type: SystemString
The parameter that caused the error
See Also