Class PersistenceProviderQueryException
OptimaJet.Workflow.Core.Fault.PersistenceProviderQueryException
Represents an exception raised for persistence-provider query failures and carries flags that describe whether such failures can be retried or recovered.
Namespace: OptimaJet.Workflow.Core.Fault
public class PersistenceProviderQueryException : Exception, ISerializableType Hierarchy
- Exception
- PersistenceProviderQueryException Current type
- Implemented interfaces
- PersistenceProviderQueryException Current type
Constructors
public PersistenceProviderQueryException(bool isRetryAllowed, bool isRetrievableError, Exception exception) #Initializes a new instance of the PersistenceProviderQueryException class.
Parameters
Name
Type
Description
isRetryAllowedBooleanA value that indicates whether a retry is allowed.
isRetrievableErrorBooleanA value that indicates whether the error is retrievable.
exceptionExceptionThe exception that is wrapped as the inner exception.