次の方法で共有


FabricElementNotFoundException クラス

定義

Service Fabric 要素が使用できない場合にスローされる例外。

[System.Serializable]
public class FabricElementNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type FabricElementNotFoundException = class
    inherit FabricException
Public Class FabricElementNotFoundException
Inherits FabricException
継承
FabricElementNotFoundException
派生
属性

コンストラクター

FabricElementNotFoundException()

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

FabricElementNotFoundException(FabricErrorCode)

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

FabricElementNotFoundException(SerializationInfo, StreamingContext)

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

FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)

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

FabricElementNotFoundException(String)

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

FabricElementNotFoundException(String, Exception)

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

FabricElementNotFoundException(String, Exception, FabricErrorCode)

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

FabricElementNotFoundException(String, FabricErrorCode)

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

プロパティ

ErrorCode

エラー コード パラメーターを取得します。

(継承元 FabricException)

適用対象