Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A collection of catalog errors in the product catalog system. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogErrorCollection _
Inherits CatalogObjectCollection(Of CatalogError, OperationErrorsDataSet)
'Usage
Dim instance As CatalogErrorCollection
public sealed class CatalogErrorCollection : CatalogObjectCollection<CatalogError, OperationErrorsDataSet>
public ref class CatalogErrorCollection sealed : public CatalogObjectCollection<CatalogError^, OperationErrorsDataSet^>
public final class CatalogErrorCollection extends CatalogObjectCollection<CatalogError, OperationErrorsDataSet>
Remarks
Collection of errors encountered in the operation. The collections consists of errors contained with an OperationErrorsDataSet.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObjectCollection<(Of <(CatalogError, OperationErrorsDataSet>)>)
Microsoft.CommerceServer.Catalog..::.CatalogErrorCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.