Class PersistenceProviderQueryException
Inheritance
↳ object
↳ Exception
↳ PersistenceProviderQueryException
Implements
ISerializable
Inherited Members
GetBaseException()
GetObjectData(SerializationInfo, StreamingContext)
GetType()
ToString()
Data
HelpLink
HResult
InnerException
Message
Source
StackTrace
TargetSite
SerializeObjectState
Equals(object)
Equals(object, object)
GetHashCode()
MemberwiseClone()
ReferenceEquals(object, object)
Namespace: OptimaJet.Workflow.Core.Fault
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class PersistenceProviderQueryException : Exception, ISerializable
Constructors
PersistenceProviderQueryException(bool, bool, Exception)
Declarationpublic PersistenceProviderQueryException(bool isRetryAllowed, bool isRetrievableError, Exception exception)
Type | Name | Description |
---|---|---|
bool | isRetryAllowed | |
bool | isRetrievableError | |
Exception | exception |
Properties
IsRetryAllowed
Declarationpublic bool IsRetryAllowed { get; }
Type | Description |
---|---|
bool |
IsRetrievableError
Declarationpublic bool IsRetrievableError { get; }
Type | Description |
---|---|
bool |