Class CursorClosedException
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)