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
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |