次の方法で共有


FabricServiceNotFoundException クラス

定義

指定した名前でサービスが見つからない場合にスローされる例外。

[System.Serializable]
public sealed class FabricServiceNotFoundException : System.Fabric.FabricElementNotFoundException
[<System.Serializable>]
type FabricServiceNotFoundException = class
    inherit FabricElementNotFoundException
Public NotInheritable Class FabricServiceNotFoundException
Inherits FabricElementNotFoundException
継承
属性

コンストラクター

FabricServiceNotFoundException()

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

FabricServiceNotFoundException(String)

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

FabricServiceNotFoundException(String, Exception)

指定したエラー メッセージと、この例外の FabricServiceNotFoundException 原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象