FabricChaosAlreadyRunningException Class

Definition

The exception that is thrown when there is an attempt to create a new instance of Service Fabric's built-in Chaos Test service, while the service is already running in the cluster.

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

Constructors

FabricChaosAlreadyRunningException()

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

FabricChaosAlreadyRunningException(SerializationInfo, StreamingContext)

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

FabricChaosAlreadyRunningException(String)

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

FabricChaosAlreadyRunningException(String, Exception)

Initializes a new instance of FabricChaosAlreadyRunningException 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