CapeBadCOParameterInitialize(String, Object) Method

Initializes the description, interface name and name fields of this exception.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
protected void Initialize(
	string parameterName,
	Object pParameter
)

Parameters

parameterName  String
The name of the parameter with the invalid status.
pParameter  Object
The parameter with the invalid status.

Remarks

Sets the values of the HResult, interface name and exception name.

See Also