Table of Contents

Class NoRowSetExpectedException

Namespace
Apache.Ignite.Sql
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.