C# 클래스 Griffin.Container.Commands.CommandValidationFailedException

Thrown by ValidationDecorator{T}.
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/Griffin.Container

공개 메소드들

메소드 설명
CommandValidationFailedException ( ICommand command, IEnumerable results ) : System

Initializes a new instance of the CommandValidationFailedException class.

메소드 상세

CommandValidationFailedException() 공개 메소드

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.
리턴 System