C# Class DomainDrivenDesign.Core.EventSourcingRepository.AggregateConflickVersionException

Inheritance: Exception
Afficher le fichier Open project: badpaybad/DDDEventSourcing

Méthodes publiques

Méthode Description
AggregateConflickVersionException ( ) : System
AggregateConflickVersionException ( string message ) : System
AggregateConflickVersionException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
AggregateConflickVersionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AggregateConflickVersionException() public méthode

public AggregateConflickVersionException ( ) : System
Résultat System

AggregateConflickVersionException() protected méthode

protected AggregateConflickVersionException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

AggregateConflickVersionException() public méthode

public AggregateConflickVersionException ( string message ) : System
message string
Résultat System

AggregateConflickVersionException() public méthode

public AggregateConflickVersionException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System