C# Class Joshilewis.Cqrs.Exceptions.AggregateVersionException

Inheritance: System.Exception
Mostrar archivo Open project: joshilewis/lending

Public Properties

Property Type Description
AggregateVersion int
Id System.Guid
RequestedVersion int
Type System.Type

Public Methods

Method Description
AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System

Method Details

AggregateVersionException() public method

public AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System
id System.Guid
type System.Type
aggregateVersion int
requestedVersion int
return System

Property Details

AggregateVersion public_oe property

public int AggregateVersion
return int

Id public_oe property

public Guid,System Id
return System.Guid

RequestedVersion public_oe property

public int RequestedVersion
return int

Type public_oe property

public Type,System Type
return System.Type