SyncFromAllServersErrorInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a SyncFromAllServersOperationException exception.
public ref class SyncFromAllServersErrorInformation
public class SyncFromAllServersErrorInformation
type SyncFromAllServersErrorInformation = class
Public Class SyncFromAllServersErrorInformation
- Inheritance
-
SyncFromAllServersErrorInformation
Properties
| Name | Description |
|---|---|
| ErrorCategory |
Gets the category of the SyncFromAllServersOperationException exception. |
| ErrorCode |
Gets the error code for the SyncFromAllServersOperationException exception. |
| ErrorMessage |
Gets the message that describes the SyncFromAllServersOperationException exception. |
| SourceServer |
Gets the name of the source server for which the SyncFromAllServersOperationException exception occurred. |
| TargetServer |
Gets the name of the target server for which the SyncFromAllServersOperationException exception occurred. |