FabricChaosEngineException クラス

定義

Service Fabric の組み込みの Chaos Test サービスで予期しない問題が発生した場合にスローされる例外。

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

コンストラクター

FabricChaosEngineException()

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

FabricChaosEngineException(SerializationInfo, StreamingContext)

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

FabricChaosEngineException(String)

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

FabricChaosEngineException(String, Exception)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象