FabricChaosEngineException Class

Definition

The exception that is thrown when Service Fabric's built-in Chaos Test service has encountered something unexpected.

[System.Serializable]
public class FabricChaosEngineException : System.Fabric.FabricException
[<System.Serializable>]
type FabricChaosEngineException = class
    inherit FabricException
Public Class FabricChaosEngineException
Inherits FabricException
Inheritance
FabricChaosEngineException
Attributes

Constructors

FabricChaosEngineException()

Initializes a new instance of FabricChaosEngineException class with error code ChaosAlreadyRunning.

FabricChaosEngineException(SerializationInfo, StreamingContext)

Initializes a new instance of FabricChaosEngineException class from a serialized object data, with a specified context.

FabricChaosEngineException(String)

Initializes a new instance of FabricChaosEngineException class with error code ChaosAlreadyRunning and a specified error message.

FabricChaosEngineException(String, Exception)

Initializes a new instance of FabricChaosEngineException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to