Skip to content

IStorageFaultGrain.AddFaultOnWrite(GrainId, Exception)

AddFaultOnWrite(GrainId, Exception)

abstract
public abstract Task AddFaultOnWrite(GrainId grainId, Exception exception)
Adds a storage exception to be thrown when the referenced grain writes state to a storage provider

Parameters

grainIdGrainId
exceptionException

Returns

Task.