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
grainIdGrainIdexceptionException
Returns
Task.
