Share via


Errors Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the collection of errors that occurred during a catalog operation.

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

Syntax

'Declaration
Public ReadOnly Property Errors As CatalogErrorCollection
'Usage
Dim instance As OperationsProgress
Dim value As CatalogErrorCollection

value = instance.Errors
public CatalogErrorCollection Errors { get; }
public:
property CatalogErrorCollection^ Errors {
    CatalogErrorCollection^ get ();
}
public function get Errors () : CatalogErrorCollection

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogErrorCollection
A CatalogErrorCollection of errors that occurred during the operation.

Remarks

Errors will return the collection of errors that occurred during the operation.

Permissions

See Also

Reference

OperationsProgress Class

OperationsProgress Members

Microsoft.CommerceServer.Catalog Namespace