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

Inheritance: System.Exception
Afficher le fichier Open project: AdaptiveConsulting/ReactiveTraderCloud

Méthodes protégées

Méthode 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 méthode

protected AggregateExceptionBase ( object id, Type type ) : System
id object
type System.Type
Résultat System

AggregateExceptionBase() protected méthode

protected AggregateExceptionBase ( object id, Type type, string message ) : System
id object
type System.Type
message string
Résultat System

AggregateExceptionBase() protected méthode

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