C# Class Griffin.Container.Commands.CommandValidationFailedException

Thrown by ValidationDecorator{T}.
Inheritance: System.Exception
Show file Open project: jgauffin/Griffin.Container

Public Methods

Method Description
CommandValidationFailedException ( ICommand command, IEnumerable results ) : System

Initializes a new instance of the CommandValidationFailedException class.

Method Details

CommandValidationFailedException() public method

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.
return System