Class Extensions
OptimaJet.Workflow.DbPersistence.Extensions
Namespace: OptimaJet.Workflow.DbPersistence
public static class ExtensionsInheritance
- System.Object
Methods
public static bool IsDeadLockException(this Exception exception) #Parameters
Name
Type
Description
exceptionExceptionReturns
Type
Description
Booleanpublic static bool CanRepeatQuery(this Exception exception) #Parameters
Name
Type
Description
exceptionExceptionReturns
Type
Description
Booleanpublic static PersistenceProviderQueryException ToQueryException(this Exception exception, bool suppressRetry = false) #Parameters
Name
Type
Description
exceptionExceptionsuppressRetryBooleanReturns
Type
Description
PersistenceProviderQueryExceptionpublic static bool IsDuplicateKeyException(this PersistenceProviderQueryException exception) #Parameters
Name
Type
Description
exceptionPersistenceProviderQueryExceptionReturns
Type
Description
Boolean