Table of Contents

Class ColumnNotFoundException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Exception is thrown when the indicated column is not found.

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

Constructors

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

Initializes a new instance of the ColumnNotFoundException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.