  | QueryFailure Constructor  | 
 
            TBD
            
 
    Namespace: 
   Akka.Persistence.Sql.Common.Queries
    Assembly:
   Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic QueryFailure(
	Object queryId,
	Exception reason
)
new : 
        queryId : Object * 
        reason : Exception -> QueryFailureParameters
- queryId
 - Type: SystemObject
TBD - reason
 - Type: SystemException
TBD 
See Also