Table of Contents

Class MissingTransactionSupportException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when accessing a repository that does not support transactions during an atomic:operations request.

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

Constructors

MissingTransactionSupportException(string)

The error that is thrown when accessing a repository that does not support transactions during an atomic:operations request.

public MissingTransactionSupportException(string resourceType)

Parameters

resourceType string