Table of Contents

Class CursorClosedException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Exception is thrown when a data fetch attempt is performed on a closed cursor.

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

Constructors

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

Initializes a new instance of the CursorClosedException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.