C# Class TJ.CQRS.Exceptions.UnregisteredEventException

Inheritance: System.Exception
Afficher le fichier Open project: mastoj/TJ.CQRS

Méthodes publiques

Méthode Description
UnregisteredEventException ( ) : System
UnregisteredEventException ( string message ) : System

Method Details

UnregisteredEventException() public méthode

public UnregisteredEventException ( ) : System
Résultat System

UnregisteredEventException() public méthode

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