Skip to content

StorageFaultGrain.AddFaultOnWrite(GrainId, Exception)

AddFaultOnWrite(GrainId, Exception)

View source
public 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.