C# Class TJ.CQRS.Exceptions.UnregisteredCommandException

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

Méthodes publiques

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

Method Details

UnregisteredCommandException() public méthode

public UnregisteredCommandException ( ) : System
Résultat System

UnregisteredCommandException() public méthode

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