Cape Bad Inv Order Exception(Serialization Info, Streaming Context, String) Constructor
Initializes a new instance of the CapeBadInvOrderException class with serialized data and the name of the operation raising the exception.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapeBadInvOrderException(
SerializationInfo info,
StreamingContext context,
string operation
)VB
Public Sub New (
info As SerializationInfo,
context As StreamingContext,
operation As String
)Parameters
- info SerializationInfo
- The object that holds the serialized object data.
- context StreamingContext
- The contextual information about the source or destination.
- operation String
- The necessary prerequisite operation.
Remarks
This constructor is called during deserialization to reconstitute the
exception object transmitted over a stream. For more information, see XML and
SOAP Serialization.