newRetryErrorCode(20,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - a connection failed early in the login process. to SQL Server.
newRetryErrorCode(53,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),//A network-related or instance-specific error occurred while establishing a connection to SQL Server.
newRetryErrorCode(64,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),//A transport-level error has occurred when receiving results from the server (TCP Provider, error: 0 - The specified network name is no longer available).
newRetryErrorCode(121,RetryErrorOptions.RetryBeginOrEnd),// A transport-level error has occurred
newRetryErrorCode(233,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// Severed shared memory/named pipe connection drawn from the pool
newRetryErrorCode(3910,RetryErrorOptions.RetryOnBegin|RetryErrorOptions.RetryWhenTransaction),// Transaction context in use by another session.
newRetryErrorCode(4060,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// Database not online
newRetryErrorCode(8645,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// A timeout occurred while waiting for memory resources
newRetryErrorCode(8641,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// Could not perform the operation because the requested memory grant was not available
newRetryErrorCode(10053,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// A transport-level error has occurred when receiving results from the server
newRetryErrorCode(10054,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// Severed tcp connection drawn from the pool
newRetryErrorCode(10060,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// The server was not found or was not accessible.
newRetryErrorCode(10061,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Server not started
newRetryErrorCode(10928,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - The limit for the database resource has been reached.
newRetryErrorCode(10929,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - The server is currently too busy to support requests up to the maximum limit.
newRetryErrorCode(40143,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - server encountered error processing the request.
newRetryErrorCode(40197,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - server encountered error processing the request.
newRetryErrorCode(40501,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - server is currently busy.
newRetryErrorCode(40549,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction),// SQL Azure error - transaction blocking system calls
newRetryErrorCode(40613,RetryErrorOptions.RetryBeginOrEnd|RetryErrorOptions.RetryWhenTransaction)// SQL Azure error - database on server is not available.