Table of Contents

Class SqlException

Namespace
Apache.Ignite.Sql
Assembly
Apache.Ignite.dll

SQL exception base class.

[Serializable]
public sealed class SqlException : IgniteException, ISerializable
Inheritance
SqlException
Implements
Inherited Members

Constructors

SqlException(Guid, int, string?, Exception?)

Initializes a new instance of the SqlException class.

public SqlException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.