HazelcastSqlException Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown by the SQL service in case of an error.
[Serializable]
public class HazelcastSqlException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| HazelcastSqlException(SerializationInfo, StreamingContext) | Initializes a new instance of the HazelcastSqlException class with serialized data. |
Properties
| Name | Description |
|---|---|
| ClientId | Get the identifier of the IHazelcastClient. |
| MemberId | Gets the identifier of the member that reported the exception, if any, or |
| Suggestion | Suggests a solution for the exception if any, or |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | When overridden in a derived class, sets the SerializationInfo with information about the exception. |