CapeBadCOParameter(String, String, Object) Constructor

Initializes a new instance of the CapeBadCOParameter class with a specified error message, the name of the parameter, and the parameter that caused the exception.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeBadCOParameter(
	string message,
	string parameterName,
	Object parameter
)

Parameters

message  String
A message that describes the error.
parameterName  String
The name of the parameter with the invalid status.
parameter  Object
The parameter with the invalid status.

Remarks

The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

This message takes into account the current system culture.

See Also