Class UnitOfWorkFailedEventArgs
Inheritance
UnitOfWorkFailedEventArgs
Assembly: Volo.Abp.Uow.dll
Syntax
public class UnitOfWorkFailedEventArgs : UnitOfWorkEventArgs
Constructors
UnitOfWorkFailedEventArgs(IUnitOfWork, Exception?, bool)
Declaration
public UnitOfWorkFailedEventArgs(IUnitOfWork unitOfWork, Exception? exception, bool isRolledback)
Parameters
Properties
Exception
Declaration
public Exception? Exception { get; }
Property Value
IsRolledback
Declaration
public bool IsRolledback { get; }
Property Value
Extension Methods