FabricElementNotFoundException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
例外の原因を説明するエラー メッセージ。
適用対象
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
例外の原因を説明するエラー メッセージ。
- errorCode
- FabricErrorCode
例外に関連付けられているエラー コード。
適用対象
Azure SDK for .NET