Table of Contents

Class UnsupportedPartitionTypeException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.