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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.