C# 클래스 Exceptions.NotFound

상속: System.Exception
파일 보기 프로젝트 열기: wfarr/newskit

공개 메소드들

메소드 설명
NotFound ( )
NotFound ( string message )
NotFound ( string message, System inner )

보호된 메소드들

메소드 설명
NotFound ( System info, System context )

메소드 상세

NotFound() 공개 메소드

public NotFound ( )

NotFound() 보호된 메소드

protected NotFound ( System info, System context )
info System
context System

NotFound() 공개 메소드

public NotFound ( string message )
message string

NotFound() 공개 메소드

public NotFound ( string message, System inner )
message string
inner System