| 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)
Syntax public QueryFailure(
Object queryId,
Exception reason
)
new :
queryId : Object *
reason : Exception -> QueryFailure
Parameters
- queryId
- Type: SystemObject
TBD - reason
- Type: SystemException
TBD
See Also