Table of Contents

Class IncompatibleSchemaException

Namespace
Apache.Ignite.Tx
Assembly
Apache.Ignite.dll

Thrown when, during an attempt to execute a transactional operation, it turns out that the operation cannot be executed because an incompatible schema change has happened. The transaction in question is aborted.

[Serializable]
public sealed class IncompatibleSchemaException : IgniteException, ISerializable
Inheritance
IncompatibleSchemaException
Implements
Inherited Members

Constructors

IncompatibleSchemaException(Guid, int, string?, Exception?)

Initializes a new instance of the IncompatibleSchemaException class.

public IncompatibleSchemaException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.