C# Class CQRSalad.EventSourcing.CommandProcessingException

Inheritance: System.ArgumentException
Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
CommandProcessingException ( string message, Exception innerException = null ) : System

Method Details

CommandProcessingException() public méthode

public CommandProcessingException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Résultat System