Class UnsupportedPartitionTypeException
This exception is thrown when a table does not support the specified partition type.
[Serializable]
public sealed class UnsupportedPartitionTypeException : IgniteException, ISerializable
- Inheritance
-
UnsupportedPartitionTypeException
- Implements
- Inherited Members
Constructors
UnsupportedPartitionTypeException(Guid, int, string?, Exception?)
Initializes a new instance of the UnsupportedPartitionTypeException class.
public UnsupportedPartitionTypeException(Guid traceId, int code, string? message, Exception? innerException = null)