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

Inheritance: AggregateExceptionBase
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method 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 method

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

AggregateDeletedException() public method

public AggregateDeletedException ( object id, Type type, string message ) : System
id object
type System.Type
message string
return System

AggregateDeletedException() public method

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