C# Class Adaptive.ReactiveTrader.EventStore.Domain.AggregateDeletedException

Inheritance: AggregateExceptionBase
Afficher le fichier Open project: AdaptiveConsulting/ReactiveTraderCloud

Méthodes publiques

Méthode Description
AggregateDeletedException ( object id, Type type ) : System
AggregateDeletedException ( object id, Type type, string message ) : System
AggregateDeletedException ( object id, Type type, string message, Exception innerException ) : System

Method Details

AggregateDeletedException() public méthode

public AggregateDeletedException ( object id, Type type ) : System
id object
type System.Type
Résultat System

AggregateDeletedException() public méthode

public AggregateDeletedException ( object id, Type type, string message ) : System
id object
type System.Type
message string
Résultat System

AggregateDeletedException() public méthode

public AggregateDeletedException ( object id, Type type, string message, Exception innerException ) : System
id object
type System.Type
message string
innerException System.Exception
Résultat System