C# 클래스 Shaolinq.ObjectAlreadyExistsException

상속: UniqueConstraintException
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
ObjectAlreadyExistsException ( IDataAccessObjectAdvanced obj, Exception innerException, string relatedQuery ) : System

메소드 상세

ObjectAlreadyExistsException() 공개 메소드

public ObjectAlreadyExistsException ( IDataAccessObjectAdvanced obj, Exception innerException, string relatedQuery ) : System
obj IDataAccessObjectAdvanced
innerException System.Exception
relatedQuery string
리턴 System