Click or drag to resize

UnknownParameterException Constructor

Initializes a new instance of UnknownParameterException

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