DataSyncException Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The exception that is thrown for errors that occur while synchronizing two databases.
The following tables list the members exposed by the DataSyncException type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
DataSyncException | Overloaded. Initializes a new instance of the DataSyncException class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
DataSyncException | Overloaded. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Data | (inherited from Exception ) | |
ErrorNumber | Gets or sets the SyncErrorNumber enumeration value for the exception.This property is not CLS-compliant. | |
HelpLink | Gets or sets the URL for a help page with information about the exception.This property is not CLS-compliant. | |
InnerException | (inherited from Exception ) | |
Message | (inherited from Exception ) | |
Source | (inherited from Exception ) | |
StackTrace | (inherited from Exception ) | |
SyncSource | Gets or sets the name of the component that threw the exception.This property is not CLS-compliant. | |
SyncStage | Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred.This property is not CLS-compliant. | |
TargetSite | (inherited from Exception ) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | Overridden. Populates a SerializationInfo object with information about the exception.This method is not CLS-compliant. | |
GetType | (inherited from Exception ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DataSyncException Class
Microsoft.Synchronization.Data.Common Namespace