Table of Contents

Class TableNotFoundException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Exception is thrown when a specified table cannot be found.

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

Constructors

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

Initializes a new instance of the TableNotFoundException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.