DbOutdatedSyncException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DbOutdatedSyncException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DbOutdatedSyncException() | Initializes a new instance of the DbOutdatedSyncException class by using default values. | |
DbOutdatedSyncException(String) | Initializes a new instance of the DbOutdatedSyncException class by using a message parameter. | |
DbOutdatedSyncException(SerializationInfo, StreamingContext) | Initializes a new instance of the DbOutdatedSyncException class by using serialization information and streaming context parameters. | |
DbOutdatedSyncException(String, Exception) | Initializes a new instance of the DbOutdatedSyncException class by using message and inner exception parameters. |
Top