Class IncompatibleSchemaException
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)