1 instantiation of RetryReadException
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
623
throw new
RetryReadException
();
2 references to RetryReadException
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
456
else if (e is
RetryReadException
) // ### hardcoded retry to work around sql ADM64 read bug ###
513
else if (e is
RetryReadException
) // ### hardcoded retry to work around sql ADM64 read bug ###