| QueryException Constructor (Exception) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public QueryException(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
QueryException(
Exception^ cause
)
new :
cause : Exception -> QueryException
Parameters
- cause
- Type: SystemException
See Also