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