C# Class Joshilewis.Cqrs.Exceptions.AggregateVersionException

Inheritance: System.Exception
Show file 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 property

public int AggregateVersion
return int

Id public property

public Guid,System Id
return System.Guid

RequestedVersion public property

public int RequestedVersion
return int

Type public property

public Type,System Type
return System.Type