EntityCommandCompilationException Constructor
Initializes a new instance of the EntityCommandCompilationException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EntityCommandCompilationException() | Initializes a new instance of EntityCommandCompilationException, no message, no inner exception. Probably shouldn't exist, but it makes FxCop happy. |
![]() | EntityCommandCompilationException(String) | Initializes a new instance of EntityCommandCompilationException, with message, no inner exception. Probably shouldn't exist, but it makes FxCop happy. |
![]() | EntityCommandCompilationException(String, Exception) | Initializes a new instance of EntityCommandCompilationException with message and an inner exception instance. |
EntityCommandCompilationException Constructor ()
Initializes a new instance of EntityCommandCompilationException, no message, no inner exception. Probably shouldn't exist, but it makes FxCop happy.
EntityCommandCompilationException Constructor (String)
Initializes a new instance of EntityCommandCompilationException, with message, no inner exception. Probably shouldn't exist, but it makes FxCop happy.
Parameters
- message
-
Type:
System.String
The message.
EntityCommandCompilationException Constructor (String, Exception)
Initializes a new instance of EntityCommandCompilationException with message and an inner exception instance.
Parameters
- message
-
Type:
System.String
The message.
- innerException
-
Type:
System.Exception
The inner exception.