Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected virtual Exception UnwrapException(
	Exception toUnwrap
)

Parameters

toUnwrap
Type: SystemException
The automatic unwrap.

Return Value

Type: Exception
See Also