FabricEndpointNotFoundException クラス

定義

指定したエンドポイントが見つからない場合にスローされる例外。

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

コンストラクター

FabricEndpointNotFoundException()

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

FabricEndpointNotFoundException(String)

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

FabricEndpointNotFoundException(String, Exception)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象