IServicePartition.ReportFault(FaultType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET