CapeBadCOParameter Constructor

Overload List

CapeBadCOParameter(String, Object) Initializes a new instance of the CapeBadCOParameter class with the name of the parameter and the parameter that caused the exception.
CapeBadCOParameter(String, String, Object) 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.
CapeBadCOParameter(SerializationInfo, StreamingContext, String, Object) Initializes a new instance of the CapeBadCOParameter class with serialized data, the name of the parameter, and the parameter that caused the exception.
CapeBadCOParameter(String, Exception, String, Object) Initializes a new instance of the CapeBadCOParameter class with a specified error message and a erence to the inner exception, the name of the parameter, and the parameter that caused the exception.

See Also