Skip to main content
A newer version of this page is available. .

EFConnectionException Constructors

A wrapper for exceptions that may occur during a connection to an Entity Framework data source.
Name Parameters Description
EFConnectionException(String, Exception) message, innerException Initializes a new instance of the EFConnectionException class with the specified message and exception details.
EFConnectionException(String) message Initializes a new instance of the EFConnectionException class with the specified message.
See Also