Class CursorClosedException
Exception is thrown when a data fetch attempt is performed on a closed cursor.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
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)