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

Inheritance: AggregateExceptionBase
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method Description
AggregateNotFoundException ( object id, Type type ) : System
AggregateNotFoundException ( object id, Type type, string message ) : System
AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System

Method Details

AggregateNotFoundException() public method

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

AggregateNotFoundException() public method

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

AggregateNotFoundException() public method

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