Class EfCoreOpenIddictDbConcurrencyExceptionHandler
Inheritance
EfCoreOpenIddictDbConcurrencyExceptionHandler
Assembly: Volo.Abp.OpenIddict.EntityFrameworkCore.dll
Syntax
public class EfCoreOpenIddictDbConcurrencyExceptionHandler : IOpenIddictDbConcurrencyExceptionHandler, ITransientDependency
Constructors
EfCoreOpenIddictDbConcurrencyExceptionHandler()
Declaration
public EfCoreOpenIddictDbConcurrencyExceptionHandler()
Methods
HandleAsync(AbpDbConcurrencyException)
Declaration
public virtual Task HandleAsync(AbpDbConcurrencyException exception)
Parameters
Returns
Implements
Extension Methods