Table of Contents

Class NonParticipatingTransactionException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when a repository does not participate in the overarching transaction during an atomic:operations request.

[PublicAPI]
public sealed class NonParticipatingTransactionException : JsonApiException, ISerializable
Inheritance
NonParticipatingTransactionException
Implements
Inherited Members

Constructors

NonParticipatingTransactionException()

The error that is thrown when a repository does not participate in the overarching transaction during an atomic:operations request.

public NonParticipatingTransactionException()