C# Class Amss.Boilerplate.Business.Exceptions.ValidationFailureInfo

Afficher le fichier Open project: quadio/amss-boilerplate

Méthodes publiques

Méthode Description
ToString ( ) : string
ValidationFailureInfo ( string propertyName, string error, string errorCode = null, object attemtedValue = null, object customState = null ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

ValidationFailureInfo() public méthode

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
Résultat System