DbUpdateException コンストラクター (String, Exception)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
DbUpdateException クラスの新しいインスタンスを初期化します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New DbUpdateException(message, _
innerException)
public DbUpdateException(
string message,
Exception innerException
)
public:
DbUpdateException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DbUpdateException
public function DbUpdateException(
message : String,
innerException : Exception
)
パラメーター
- message
型 : System.String
メッセージ。
- innerException
型 : System.Exception
内部例外。