RecoveryStrategyBaseUnwrapException Method  | 
 
            Unwraps the exception specified. Unwrapping is attempted on any ORMException derived exception. If the exception to unwrap isn't an 
            ORMException, it's returned as-is.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected virtual Exception UnwrapException(
	Exception toUnwrap
)
Protected Overridable Function UnwrapException ( 
	toUnwrap As Exception
) As Exception
Parameters
- toUnwrap
 - Type: SystemException
The automatic unwrap. 
Return Value
Type: 
Exception
See Also