C# 클래스 Amss.Boilerplate.Business.Exceptions.ValidationFailureInfo

파일 보기 프로젝트 열기: quadio/amss-boilerplate

공개 메소드들

메소드 설명
ToString ( ) : string
ValidationFailureInfo ( string propertyName, string error, string errorCode = null, object attemtedValue = null, object customState = null ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidationFailureInfo() 공개 메소드

public ValidationFailureInfo ( string propertyName, string error, string errorCode = null, object attemtedValue = null, object customState = null ) : System
propertyName string
error string
errorCode string
attemtedValue object
customState object
리턴 System