FabricTestCommandOperationIdAlreadyExistsException クラス

定義

テスト コマンドが既に存在する場合、つまり重複する操作識別子がある場合にスローされる例外。

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

コンストラクター

FabricTestCommandOperationIdAlreadyExistsException()

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

FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)

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

FabricTestCommandOperationIdAlreadyExistsException(String)

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

FabricTestCommandOperationIdAlreadyExistsException(String, Exception)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象