Class ColumnNotFoundException
Exception is thrown when the indicated column is not found.
[Serializable]
public sealed class ColumnNotFoundException : IgniteException, ISerializable
- Inheritance
-
ColumnNotFoundException
- Implements
- Inherited Members
Constructors
ColumnNotFoundException(Guid, int, string?, Exception?)
Initializes a new instance of the ColumnNotFoundException class.
public ColumnNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)