C# Class Joshilewis.Cqrs.Exceptions.AggregateNotFoundException

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
AggregateNotFoundException ( System.Guid id, Type type ) : System

Method Details

AggregateNotFoundException() public méthode

public AggregateNotFoundException ( System.Guid id, Type type ) : System
id System.Guid
type System.Type
Résultat System

Property Details

Id public_oe property

public Guid,System Id
Résultat System.Guid

Type public_oe property

public Type,System Type
Résultat System.Type