DbVersionException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DbVersionException 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 | |
---|---|---|
DbVersionException() | Initializes a new instance of the DbVersionException class by using default values. | |
DbVersionException(String) | Initializes a new instance of the DbVersionException class with the specified message. | |
DbVersionException(SerializationInfo, StreamingContext) | Initializes a new instance of the DbVersionException class by using serialization information and streaming context parameters. | |
DbVersionException(String, Exception) | Initializes a new instance of the DbVersionException class with the specified message and a reference to the inner exception that caused this exception. |
Top