CReplicationClientError Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides error information related to CReplicationClient objects that are defined in a Commerce Server Staging (CSS) application.
Properties
Property |
Description |
---|---|
Gets or sets the textual description of a CSS error. |
|
Gets or sets the destination server where the CSS error occurred. |
|
Gets or sets the error code that the CSS service sets when a CSS method fails. |
|
Gets or sets the name of the file associated with the CSS error. |
|
Gets or sets the name of the CSS project associated with the CSS error. |
|
Gets or sets the name of the source staging server where the CSS error occurred. |
Remarks
You access an existing CReplicationClientError object by calling the GetExtendedErrorInfo method on a CReplicationClient object. This method returns an array of CReplicationClientError objects. The array will be empty if no error information is available.
The following table provides additional information about this class.
Assembly |
CSSAPILib |
Namespace |
Microsoft.CommerceServer.Staging.Interop
Note:
You must also add a using directive for the System.ServiceProcesses namespace.
|
Corresponding COM class |
ReplicationClientError |
CLSID |
823C013A-34AC-4489-9A42-AB75FED9CE45 |
ProgID |
CssApi.ReplicationClientError |