C# 클래스 DevBridge.Templates.WebProject.DataContracts.Exceptions.EntityNotFoundException

상속: DevBridge.Templates.WebProject.DataContracts.Exceptions.DataException
파일 보기 프로젝트 열기: devbridge/StandardWebProjectTemplate

공개 메소드들

메소드 설명
EntityNotFoundException ( Type entityType, object id ) : System
EntityNotFoundException ( Type entityType, string filter ) : System
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string message, Exception innerException ) : System

메소드 상세

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( Type entityType, object id ) : System
entityType Type
id object
리턴 System

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( Type entityType, string filter ) : System
entityType Type
filter string
리턴 System

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( string message ) : System
message string
리턴 System

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System