Share via


FabricTransientException Class

Definition

The exception that indicates failure of an operation due to a transient environmental or runtime circumstance.

Handling FabricTransientException for Reliable Collections : The user is suggested to catch this exception, abort the transaction and retry all operations with a new Transaction

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

Remarks

For example, an operation may fail because a quorum of replicas is temporarily not reachable. The FabricTransientException corresponds to failed operations that can be tried again.

Applies to