C# 클래스 MilvaValidationException, Milvasoft

The exception that is thrown when attempt to add an entity with Id the repository contains an entity with the same Id.
상속: MilvaBaseException
파일 보기 프로젝트 열기: Milvasoft/Milvasoft

공개 메소드들

메소드 설명
MilvaValidationException ( ) : System,

Initializes a new instance of the MilvaValidationException class with a specified error message.

메소드 상세

MilvaValidationException() 공개 메소드

Initializes a new instance of the MilvaValidationException class with a specified error message.
public MilvaValidationException ( ) : System,
리턴 System,