Skip to content

StorageFaultGrain.AddFaultOnRead(GrainId, Exception)

AddFaultOnRead(GrainId, Exception)

View source
public Task AddFaultOnRead(GrainId grainId, Exception exception)
Adds a storage exception to be thrown when the referenced grain reads state from a storage provider

Parameters

grainIdGrainId
exceptionException

Returns

Task.