FabricServiceNotFoundException コンストラクター

定義

オーバーロード

FabricServiceNotFoundException()

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

FabricServiceNotFoundException(String)

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

FabricServiceNotFoundException(String, Exception)

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

FabricServiceNotFoundException()

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

public FabricServiceNotFoundException ();
Public Sub New ()

適用対象

FabricServiceNotFoundException(String)

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

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

パラメーター

message
String

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

適用対象

FabricServiceNotFoundException(String, Exception)

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

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

パラメーター

message
String

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

inner
Exception

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

適用対象