CapeBadArgumentException(SerializationInfo, StreamingContext, Int32) Constructor

Initializes a new instance of the CapeBadArgumentException class with serialized data and the position of the error.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeBadArgumentException(
	SerializationInfo info,
	StreamingContext context,
	int position
)

Parameters

info  SerializationInfo
The object that holds the serialized object data.
context  StreamingContext
The contextual information about the source or destination.
position  Int32
The position of the argument value within the signature of the operation. First argument is as position 1.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.

See Also