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

Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

ValidationFailureInfo() public method

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