Share via


DataSyncException Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the DataSyncException class.

Overload List

Name Description
DataSyncException () Initializes a new instance of the DataSyncException class by using default values. This constructor is not CLS-compliant.
DataSyncException (String) Initializes a new instance of the DataSyncException class by using a message parameter. This constructor is not CLS-compliant.
DataSyncException (SerializationInfo, StreamingContext) Initializes a new instance of the DataSyncException class by using serialization information and streaming context parameters. This constructor is not CLS-compliant.
DataSyncException (String, Exception) Initializes a new instance of the DataSyncException class by using message and inner exception parameters. This constructor is not CLS-compliant.

See Also

Reference

DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data.Common Namespace