次の方法で共有


UnintentionalCodeFirstException コンストラクター

定義

オーバーロード

UnintentionalCodeFirstException()

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

UnintentionalCodeFirstException(String)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

UnintentionalCodeFirstException(SerializationInfo, StreamingContext)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

UnintentionalCodeFirstException(String, Exception)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

UnintentionalCodeFirstException()

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

public UnintentionalCodeFirstException();
Public Sub New ()

適用対象

UnintentionalCodeFirstException(String)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

public UnintentionalCodeFirstException(string message);
new System.Data.Entity.Infrastructure.UnintentionalCodeFirstException : string -> System.Data.Entity.Infrastructure.UnintentionalCodeFirstException
Public Sub New (message As String)

パラメーター

message
String

メッセージ。

適用対象

UnintentionalCodeFirstException(SerializationInfo, StreamingContext)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

protected UnintentionalCodeFirstException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.Entity.Infrastructure.UnintentionalCodeFirstException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.Entity.Infrastructure.UnintentionalCodeFirstException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

シリアル化されたオブジェクト データを保持するオブジェクト。

context
StreamingContext

転送元または転送先に関するコンテキスト情報。

適用対象

UnintentionalCodeFirstException(String, Exception)

UnintentionalCodeFirstException クラスの新しいインスタンスを初期化します。

public UnintentionalCodeFirstException(string message, Exception innerException);
new System.Data.Entity.Infrastructure.UnintentionalCodeFirstException : string * Exception -> System.Data.Entity.Infrastructure.UnintentionalCodeFirstException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

メッセージ。

innerException
Exception

内部例外。

適用対象