ReplicationClientError

Use the ReplicationClientError object to get extended information about any ReplicationClient errors that have occurred during a replication process.

You get access to the ReplicationClientError object by calling the ReplicationClient.GetExtendedErrorInfo method. GetExtendedErrorInfo returns an array of ReplicationClientError objects. Since the array is empty when no error information is available, be sure to do bounds checking before accessing the array.


© 1997-1998 Microsoft Corporation. All rights reserved.