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 StringCollection
'Usage
Dim instance As CatalogOperationsProgress
Dim value As StringCollection
value = instance.Errors
public StringCollection Errors { get; }
public:
property StringCollection^ Errors {
StringCollection^ get ();
}
public function get Errors () : StringCollection
Property Value
Type: System.Collections.Specialized..::.StringCollection
A collection of errors that occurred during a catalog operation.
Remarks
If an operation returns a result of Failed or CompletedWithErrors, Errors will return the collection of errors that occurred during the operation. If the operation returns a result of Completed or InProgress Errors will return an empty collection.
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.
See Also
Reference
CatalogOperationsProgress Class