C# Class Domain.Core.AggregateNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: AdrianFreemantle/DDD

Méthodes publiques

Méthode Description
AggregateNotFoundException ( string message ) : System

Méthodes protégées

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

Method Details

AggregateNotFoundException() protected méthode

protected AggregateNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AggregateNotFoundException() public méthode

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