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

Inheritance: System.Exception
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Protected Methods

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

Method Details

AggregateExceptionBase() protected method

protected AggregateExceptionBase ( object id, Type type ) : System
id object
type System.Type
return System

AggregateExceptionBase() protected method

protected AggregateExceptionBase ( object id, Type type, string message ) : System
id object
type System.Type
message string
return System

AggregateExceptionBase() protected method

protected AggregateExceptionBase ( object id, Type type, string message, Exception innerException ) : System
id object
type System.Type
message string
innerException System.Exception
return System