Click or drag to resize

QueryException Constructor (String, Exception)

Initializes a new instance of the QueryException class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public QueryException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
cause
Type: SystemException
See Also