Class ExceptionHandingUnitOfWork
Inheritance
ExceptionHandingUnitOfWork
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class ExceptionHandingUnitOfWork : UnitOfWork, IUnitOfWork, IDatabaseApiContainer, IServiceProviderAccessor, ITransactionApiContainer, IDisposable, ITransientDependency
Constructors
ExceptionHandingUnitOfWork(IServiceProvider, IUnitOfWorkEventPublisher, IOptions<AbpUnitOfWorkDefaultOptions>)
Declaration
public ExceptionHandingUnitOfWork(IServiceProvider serviceProvider, IUnitOfWorkEventPublisher unitOfWorkEventPublisher, IOptions<AbpUnitOfWorkDefaultOptions> options)
Parameters
Methods
SaveChangesAsync(CancellationToken)
Declaration
public override Task SaveChangesAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Overrides
Implements
Extension Methods