C# 클래스 Amss.Boilerplate.Common.Exceptions.ObjectNotFoundException

상속: RootException
파일 보기 프로젝트 열기: quadio/amss-boilerplate

공개 메소드들

메소드 설명
ObjectNotFoundException ( ) : System
ObjectNotFoundException ( long id, Type type, Exception ex ) : System
ObjectNotFoundException ( string message ) : System
ObjectNotFoundException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
ObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ToMessage ( long id, Type type ) : string

메소드 상세

ObjectNotFoundException() 공개 메소드

public ObjectNotFoundException ( ) : System
리턴 System

ObjectNotFoundException() 보호된 메소드

protected ObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ObjectNotFoundException() 공개 메소드

public ObjectNotFoundException ( long id, Type type, Exception ex ) : System
id long
type System.Type
ex System.Exception
리턴 System

ObjectNotFoundException() 공개 메소드

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

ObjectNotFoundException() 공개 메소드

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