CReplicationClientError Class

Provides error information related to CReplicationClient objects that are defined in a Commerce Server Staging (CSS) application.

Properties

Property

Description

Description

Gets or sets the textual description of a CSS error.

Destination

Gets or sets the destination server where the CSS error occurred.

ErrorCode

Gets or sets the error code that the CSS service sets when a CSS method fails.

FileName

Gets or sets the name of the file associated with the CSS error.

Project

Gets or sets the name of the CSS project associated with the CSS error.

Source

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

Dd451214.alert_note(en-US,CS.90).gifNote:
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

See Also

Other Resources

Commerce Server Staging Reference

CSS API Error Handling

CReplicationClient Class

Commerce Server Staging Reference