次の方法で共有


FabricOnlyValidForStatefulPersistentServicesException コンストラクター

定義

オーバーロード

FabricOnlyValidForStatefulPersistentServicesException()

FabricOnlyValidForStatefulPersistentServicesException クラスの新しいインスタンスを初期化します。

FabricOnlyValidForStatefulPersistentServicesException(String)

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

FabricOnlyValidForStatefulPersistentServicesException(String, Exception)

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

FabricOnlyValidForStatefulPersistentServicesException(String, FabricErrorCode)

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

FabricOnlyValidForStatefulPersistentServicesException(String, Exception, FabricErrorCode)

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

FabricOnlyValidForStatefulPersistentServicesException()

FabricOnlyValidForStatefulPersistentServicesException クラスの新しいインスタンスを初期化します。

public FabricOnlyValidForStatefulPersistentServicesException ();
Public Sub New ()

適用対象

FabricOnlyValidForStatefulPersistentServicesException(String)

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

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

パラメーター

message
String

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

適用対象

FabricOnlyValidForStatefulPersistentServicesException(String, Exception)

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

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

パラメーター

message
String

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

inner
Exception

現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。

適用対象

FabricOnlyValidForStatefulPersistentServicesException(String, FabricErrorCode)

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

public FabricOnlyValidForStatefulPersistentServicesException (string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricOnlyValidForStatefulPersistentServicesException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricOnlyValidForStatefulPersistentServicesException
Public Sub New (message As String, errorCode As FabricErrorCode)

パラメーター

message
String

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

errorCode
FabricErrorCode

FabricErrorCode は、例外がラップするエラー コードを定義します。

適用対象

FabricOnlyValidForStatefulPersistentServicesException(String, Exception, FabricErrorCode)

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

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

パラメーター

message
String

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

inner
Exception

現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。

errorCode
FabricErrorCode

FabricErrorCodeは、例外がラップするエラー コードを定義します。

適用対象