SyncFromAllServersErrorInformation 类
定义
包含有关 SyncFromAllServersOperationException 异常的信息。Contains information about a SyncFromAllServersOperationException exception.
public ref class SyncFromAllServersErrorInformation
public class SyncFromAllServersErrorInformation
type SyncFromAllServersErrorInformation = class
Public Class SyncFromAllServersErrorInformation
- 继承
-
SyncFromAllServersErrorInformation
属性
| ErrorCategory |
获取 SyncFromAllServersOperationException 异常的类别。Gets the category of the SyncFromAllServersOperationException exception. |
| ErrorCode |
获取 SyncFromAllServersOperationException 异常的错误代码。Gets the error code for the SyncFromAllServersOperationException exception. |
| ErrorMessage |
获取描述 SyncFromAllServersOperationException 异常的消息。Gets the message that describes the SyncFromAllServersOperationException exception. |
| SourceServer |
获取出现 SyncFromAllServersOperationException 异常的源服务器的名称。Gets the name of the source server for which the SyncFromAllServersOperationException exception occurred. |
| TargetServer |
获取出现 SyncFromAllServersOperationException 异常的目标服务器的名称。Gets the name of the target server for which the SyncFromAllServersOperationException exception occurred. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |