C# Class Joshilewis.Cqrs.Exceptions.AggregateVersionException

Inheritance: System.Exception
Afficher le fichier Open project: joshilewis/lending

Méthodes publiques

Свойство Type Description
AggregateVersion int
Id System.Guid
RequestedVersion int
Type System.Type

Méthodes publiques

Méthode Description
AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System

Method Details

AggregateVersionException() public méthode

public AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System
id System.Guid
type System.Type
aggregateVersion int
requestedVersion int
Résultat System

Property Details

AggregateVersion public_oe property

public int AggregateVersion
Résultat int

Id public_oe property

public Guid,System Id
Résultat System.Guid

RequestedVersion public_oe property

public int RequestedVersion
Résultat int

Type public_oe property

public Type,System Type
Résultat System.Type