EFConnectionException Constructors
A wrapper for exceptions that may occur during a connection to an Entity Framework data source.
Name | Parameters | Description |
---|---|---|
EFConnection |
message, inner |
Initializes a new instance of the EFConnection |
EFConnection |
message |
Initializes a new instance of the EFConnection |
See Also