| UnknownParameterException Constructor |
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax 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