SqlAzureExecutionStrategy.ShouldRetryOn Method (Exception)

 

Determines whether the specified exception should retry on.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

protected override bool ShouldRetryOn(
	Exception exception
)

Parameters

exception
Type: System.Exception

The exception to retry.

Return Value

Type: System.Boolean

true if the specified exception should retry on; otherwise, false.