次の方法で共有


EntityCommandCompilationException コンストラクター (String)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

メッセージを指定して、内部例外を指定せずに、EntityCommandCompilationException の新しいインスタンスを初期化します。 おそらく、存在する必要はありませんが、FxCop が適切になります。

名前空間:  System.Data.Entity.Core
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New EntityCommandCompilationException(message)
public EntityCommandCompilationException(
    string message
)
public:
EntityCommandCompilationException(
    String^ message
)
new : 
        message:string -> EntityCommandCompilationException
public function EntityCommandCompilationException(
    message : String
)

パラメーター

参照

参照

EntityCommandCompilationException クラス

EntityCommandCompilationException オーバーロード

System.Data.Entity.Core 名前空間