Table of Contents

Class ColumnAlreadyExistsException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

This exception is thrown when a column creation has failed because a column with the specified name already existed. @deprecated No longer used. Use {@link org.apache.ignite.sql.SqlException} with {@link ErrorGroups.Sql#STMT_VALIDATION_ERR} error code.

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

Constructors

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

Initializes a new instance of the ColumnAlreadyExistsException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.