C# Class Griffin.Container.Commands.CommandValidationFailedException

Thrown by ValidationDecorator{T}.
Inheritance: System.Exception
Afficher le fichier Open project: jgauffin/Griffin.Container

Méthodes publiques

Méthode Description
CommandValidationFailedException ( ICommand command, IEnumerable results ) : System

Initializes a new instance of the CommandValidationFailedException class.

Method Details

CommandValidationFailedException() public méthode

Initializes a new instance of the CommandValidationFailedException class.
public CommandValidationFailedException ( ICommand command, IEnumerable results ) : System
command ICommand The command that failed.
results IEnumerable Validation errors.
Résultat System