C# Class LightFramework.Core.ValidationError

Exibir arquivo Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
ValidationError ( string name, object attemptedValue, Exception exception ) : System
ValidationError ( string name, object attemptedValue, string message ) : System

Method Details

ValidationError() public method

public ValidationError ( string name, object attemptedValue, Exception exception ) : System
name string
attemptedValue object
exception System.Exception
return System

ValidationError() public method

public ValidationError ( string name, object attemptedValue, string message ) : System
name string
attemptedValue object
message string
return System