Class NoRowSetExpectedException
Exception is thrown when a query doesn't intend to return any rows (e.g. a DML or a DDL query).
[Serializable]
public sealed class NoRowSetExpectedException : IgniteException, ISerializable
- Inheritance
-
NoRowSetExpectedException
- Implements
- Inherited Members
Constructors
NoRowSetExpectedException(Guid, int, string?, Exception?)
Initializes a new instance of the NoRowSetExpectedException class.
public NoRowSetExpectedException(Guid traceId, int code, string? message, Exception? innerException = null)