SimpleRetryRecoveryStrategyIsTransientException Method  | 
 
            Determines whether the specified exception is a transient exception.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected override bool IsTransientException(
	Exception toCheck
)
Protected Overrides Function IsTransientException ( 
	toCheck As Exception
) As Boolean
Parameters
- toCheck
 - Type: SystemException
The exception to check. 
Return Value
Type: 
Boolean
            true if the exception is a transient exception and can be retried, false otherwise. The empty implementation
            returns false.
            
See Also