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