EntityCommandCompilationException Constructors

Definition

Initializes a new instance of EntityCommandCompilationException.

Overloads

Remarks

For more information about how to handle code exceptions, see Exception.

EntityCommandCompilationException()

Initializes a new instance of EntityCommandCompilationException.

C#
public EntityCommandCompilationException();

Remarks

For more information about how to handle exceptions code, see Exception.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.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

EntityCommandCompilationException(String)

Initializes a new instance of EntityCommandCompilationException.

C#
public EntityCommandCompilationException(string message);

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 a ďalšie verzie
Produkt Verzie
.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

EntityCommandCompilationException(String, Exception)

Initializes a new instance of EntityCommandCompilationException.

C#
public EntityCommandCompilationException(string message, Exception innerException);

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 a ďalšie verzie
Produkt Verzie
.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