EntitySqlException Constructor
Initializes a new instance of the EntitySqlException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EntitySqlException() | Initializes a new instance of EntitySqlException with the generic error message. |
![]() | EntitySqlException(String) | Initializes a new instance of EntitySqlException with the given message. |
![]() | EntitySqlException(String, Exception) | Initializes a new instance of EntitySqlException with the given message and innerException instance. |
EntitySqlException Constructor ()
Initializes a new instance of EntitySqlException with the generic error message.
EntitySqlException Constructor (String)
Initializes a new instance of EntitySqlException with the given message.
Parameters
- message
-
Type:
System.String
The error message.
EntitySqlException Constructor (String, Exception)
Initializes a new instance of EntitySqlException with the given message and innerException instance.
Parameters
- message
-
Type:
System.String
The error message.
- innerException
-
Type:
System.Exception
The inner exception.