.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    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
    Inheritance
    Object
    Exception
    HazelcastException
    HazelcastSqlException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)

    Constructors

    HazelcastSqlException(SerializationInfo, StreamingContext)

    Initializes a new instance of the HazelcastSqlException class with serialized data.

    Properties

    ClientId

    Get the identifier of the IHazelcastClient.

    MemberId

    Gets the identifier of the member that reported the exception, if any, or Guid.Empty.

    Suggestion

    Suggests a solution for the exception if any, or String.Empty

    Methods

    GetObjectData(SerializationInfo, StreamingContext)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.