FabricElementAlreadyExistsException クラス

定義

競合するエンティティの存在によるエラーを示す例外。

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

コンストラクター

FabricElementAlreadyExistsException()

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

FabricElementAlreadyExistsException(FabricErrorCode)

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

FabricElementAlreadyExistsException(SerializationInfo, StreamingContext)

指定したコンテキストを使用して、シリアル化されたオブジェクト データから クラスの FabricElementAlreadyExistsException 新しいインスタンスを初期化します。

FabricElementAlreadyExistsException(SerializationInfo, StreamingContext, FabricErrorCode)

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

FabricElementAlreadyExistsException(String)

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

FabricElementAlreadyExistsException(String, Exception)

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

FabricElementAlreadyExistsException(String, Exception, FabricErrorCode)

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

FabricElementAlreadyExistsException(String, FabricErrorCode)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象