C# Class EventCentric.EventSourcing.StreamNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: Narvalex/EventCentric

Méthodes publiques

Méthode Description
StreamNotFoundException ( ) : System
StreamNotFoundException ( System.Guid entityId ) : System
StreamNotFoundException ( System.Guid entityId, string entityType ) : System
StreamNotFoundException ( System.Guid entityId, string entityType, string message, Exception inner ) : System

Méthodes protégées

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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

StreamNotFoundException() public méthode

public StreamNotFoundException ( ) : System
Résultat System

StreamNotFoundException() public méthode

public StreamNotFoundException ( System.Guid entityId ) : System
entityId System.Guid
Résultat System

StreamNotFoundException() public méthode

public StreamNotFoundException ( System.Guid entityId, string entityType ) : System
entityId System.Guid
entityType string
Résultat System

StreamNotFoundException() public méthode

public StreamNotFoundException ( System.Guid entityId, string entityType, string message, Exception inner ) : System
entityId System.Guid
entityType string
message string
inner System.Exception
Résultat System

StreamNotFoundException() protected méthode

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