Table of Contents

Class DataStoreUpdateException

Namespace
JsonApiDotNetCore.Repositories
Assembly
JsonApiDotNetCore.dll

The error that is thrown when the underlying data store is unable to persist changes.

[PublicAPI]
public sealed class DataStoreUpdateException : Exception, ISerializable
Inheritance
DataStoreUpdateException
Implements
Inherited Members

Constructors

DataStoreUpdateException(Exception?)

The error that is thrown when the underlying data store is unable to persist changes.

public DataStoreUpdateException(Exception? innerException)

Parameters

innerException Exception