IServicePartition.ReportFault(FaultType) Method

Definition

Enables the replica to report a fault to the runtime and indicates that it has encountered an error from which it cannot recover and must either be restarted or removed.

public void ReportFault (System.Fabric.FaultType faultType);
abstract member ReportFault : System.Fabric.FaultType -> unit
Public Sub ReportFault (faultType As FaultType)

Parameters

faultType
FaultType

The FaultType that the service has encountered.

Exceptions

This indicates that the partition object is closed. The replica/replicator/instance has either been closed or is about to be closed.

Remarks

A fault is typically reported when the service code encounters an issue from which it cannot recover.

Applies to