ProviderIncompatibleException Constructor

 

Initializes a new instance of the ProviderIncompatibleException class.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodProviderIncompatibleException()

Initializes a new instance of the ProviderIncompatibleException class.

System_CAPS_pubmethodProviderIncompatibleException(String)

Initializes a new instance of the ProviderIncompatibleException class with the specified error message.

System_CAPS_pubmethodProviderIncompatibleException(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.

public ProviderIncompatibleException()

ProviderIncompatibleException Constructor (String)

Initializes a new instance of the ProviderIncompatibleException class with the specified error message.

public ProviderIncompatibleException(
	string 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.

public ProviderIncompatibleException(
	string message,
	Exception innerException
)

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.