EntityCommandCompilationException Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EntityCommandCompilationException.
EntityCommandCompilationException() |
Initializes a new instance of EntityCommandCompilationException. |
EntityCommandCompilationException(String) |
Initializes a new instance of EntityCommandCompilationException. |
EntityCommandCompilationException(String, Exception) |
Initializes a new instance of EntityCommandCompilationException. |
For more information about how to handle code exceptions, see Exception.
Initializes a new instance of EntityCommandCompilationException.
public:
EntityCommandCompilationException();
public EntityCommandCompilationException();
Public Sub New ()
Remarks
For more information about how to handle exceptions code, see Exception.
Applies to
.NET Framework 4.8.1 és más verziók
Termék | Verziók |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of EntityCommandCompilationException.
public:
EntityCommandCompilationException(System::String ^ message);
public EntityCommandCompilationException(string message);
new System.Data.EntityCommandCompilationException : string -> System.Data.EntityCommandCompilationException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Remarks
For more information about how to handle code exceptions, see Exception.
Applies to
.NET Framework 4.8.1 és más verziók
Termék | Verziók |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of EntityCommandCompilationException.
public:
EntityCommandCompilationException(System::String ^ message, Exception ^ innerException);
public EntityCommandCompilationException(string message, Exception innerException);
new System.Data.EntityCommandCompilationException : string * Exception -> System.Data.EntityCommandCompilationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The error message that explains the reason for the exception.
- innerException
- Exception
The exception that caused the current exception, or a null
reference (Nothing
in Visual Basic) if no inner exception is specified.
Remarks
For more information about how to handle exceptions code, see Exception.
Applies to
.NET Framework 4.8.1 és más verziók
Termék | Verziók |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: