C# Class Joshilewis.Cqrs.Exceptions.AggregateDeletedException

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

Public Properties

Property Type Description
Id System.Guid
Type System.Type

Public Methods

Method Description
AggregateDeletedException ( System.Guid id, Type type ) : System

Method Details

AggregateDeletedException() public method

public AggregateDeletedException ( System.Guid id, Type type ) : System
id System.Guid
type System.Type
return System

Property Details

Id public_oe property

public Guid,System Id
return System.Guid

Type public_oe property

public Type,System Type
return System.Type