OperationErrorsDataSet Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the OperationErrorsDataSet class with the specified serialization and streaming context information.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New OperationErrorsDataSet(info, context)
protected OperationErrorsDataSet(
    SerializationInfo info,
    StreamingContext context
)
protected:
OperationErrorsDataSet(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function OperationErrorsDataSet(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The OperationErrorsDataSet exposes the CatalogItems values of the OperationErrorsDataSet..::.OperationErrorsDataTable table.

There are two columns in the table:

  • LineNumber

  • Message

Permissions

See Also

Reference

OperationErrorsDataSet Class

OperationErrorsDataSet Members

OperationErrorsDataSet Overload

Microsoft.CommerceServer.Catalog Namespace