C# 클래스 Dolittle.Validation.ValueTypeMismatch

Exception that gets thrown when a value coming in is of the wrong type from what is expected in a rule.
상속: ArgumentException
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
ValueTypeMismatch ( Type expected, Type actual ) : System

Initializes a new instance of the ValueTypeMismatch class.

메소드 상세

ValueTypeMismatch() 공개 메소드

Initializes a new instance of the ValueTypeMismatch class.
public ValueTypeMismatch ( Type expected, Type actual ) : System
expected Type Expected type for value.
actual Type Actual type for value.
리턴 System