次の方法で共有


FabricElementNotFoundException コンストラクター

定義

オーバーロード

FabricElementNotFoundException()

エラー コード Unknownを使用して、 クラスのFabricElementNotFoundException新しいインスタンスを初期化します。

FabricElementNotFoundException(FabricErrorCode)

指定したエラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

FabricElementNotFoundException(String)

エラー コードUnknownと指定したエラー メッセージを使用して、 クラスのStreamingContext新しいインスタンスを初期化します。

FabricElementNotFoundException(SerializationInfo, StreamingContext)

指定した情報、コンテキストを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

FabricElementNotFoundException(String, Exception)

指定したエラー メッセージと内部例外を使用して、 クラスの StreamingContext 新しいインスタンスを初期化します。

FabricElementNotFoundException(String, FabricErrorCode)

指定したメッセージとエラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)

指定した情報、コンテキスト、エラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

FabricElementNotFoundException(String, Exception, FabricErrorCode)

指定したメッセージ、内部例外、エラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

FabricElementNotFoundException()

エラー コード Unknownを使用して、 クラスのFabricElementNotFoundException新しいインスタンスを初期化します。

public FabricElementNotFoundException ();
Public Sub New ()

適用対象

FabricElementNotFoundException(FabricErrorCode)

指定したエラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

public FabricElementNotFoundException (System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (errorCode As FabricErrorCode)

パラメーター

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricElementNotFoundException(String)

エラー コードUnknownと指定したエラー メッセージを使用して、 クラスのStreamingContext新しいインスタンスを初期化します。

public FabricElementNotFoundException (string message);
new System.Fabric.FabricElementNotFoundException : string -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

適用対象

FabricElementNotFoundException(SerializationInfo, StreamingContext)

指定した情報、コンテキストを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

protected FabricElementNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

SerializationInfoスローされる例外のシリアル化されたオブジェクト データを格納している オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を保持する StreamingContext オブジェクトです。 context パラメーターは将来使用するために予約されており、null にすることができます。

適用対象

FabricElementNotFoundException(String, Exception)

指定したエラー メッセージと内部例外を使用して、 クラスの StreamingContext 新しいインスタンスを初期化します。

public FabricElementNotFoundException (string message, Exception inner);
new System.Fabric.FabricElementNotFoundException : string * Exception -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, inner As Exception)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

inner
Exception

現在の例外の原因である例外。内部例外が指定されていない場合は null。 クラスは Exception 、内部例外の詳細を提供します。

適用対象

FabricElementNotFoundException(String, FabricErrorCode)

指定したメッセージとエラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

public FabricElementNotFoundException (string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, errorCode As FabricErrorCode)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)

指定した情報、コンテキスト、エラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

protected FabricElementNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)

パラメーター

info
SerializationInfo

SerializationInfoスローされる例外のシリアル化されたオブジェクト データを格納している オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を保持する StreamingContext オブジェクトです。 context パラメーターは将来使用するために予約されており、null にすることができます。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象

FabricElementNotFoundException(String, Exception, FabricErrorCode)

指定したメッセージ、内部例外、エラー コードを使用して、 クラスの FabricElementNotFoundException 新しいインスタンスを初期化します。

public FabricElementNotFoundException (string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

inner
Exception

現在の例外の原因である例外。内部例外が指定されていない場合は null。 クラスは Exception 、内部例外の詳細を提供します。

errorCode
FabricErrorCode

例外に関連付けられているエラー コード。

適用対象