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