Skip to content

StorageFaultGrain.AddFaultOnClear(GrainId, Exception)

AddFaultOnClear(GrainId, Exception)

View source
public Task AddFaultOnClear(GrainId grainId, Exception exception)
Adds a storage exception to be thrown when the referenced grain clears state in a storage provider

Parameters

grainIdGrainId
exceptionException

Returns

Task.