ProviderIncompatibleException Constructor
Initializes a new instance of the ProviderIncompatibleException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ProviderIncompatibleException() | Initializes a new instance of the ProviderIncompatibleException class. |
![]() | ProviderIncompatibleException(String) | Initializes a new instance of the ProviderIncompatibleException class with the specified error message. |
![]() | ProviderIncompatibleException(String, Exception) | Initializes a new instance of the ProviderIncompatibleException class with the specified error message and inner exception. |
ProviderIncompatibleException Constructor ()
Initializes a new instance of the ProviderIncompatibleException class.
ProviderIncompatibleException Constructor (String)
Initializes a new instance of the ProviderIncompatibleException class with the specified error message.
Parameters
- message
-
Type:
System.String
The error message that describes the exception.
ProviderIncompatibleException Constructor (String, Exception)
Initializes a new instance of the ProviderIncompatibleException class with the specified error message and inner exception.
Parameters
- message
-
Type:
System.String
The error message that describes the exception.
- innerException
-
Type:
System.Exception
The inner exception that is the cause of the current exception.