Class UnitOfWorkFailedEventArgs
Inherited Members
System.EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Uow
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
Type | Name | Description |
---|---|---|
IUnitOfWork | unitOfWork | |
System.Exception | exception | |
bool | isRolledback |
Properties
Exception
Declaration
public Exception? Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
IsRolledback
Declaration
public bool IsRolledback { get; }
Property Value
Type | Description |
---|---|
bool |