C# 클래스 NewsKit.Exceptions.NotUpdated

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

공개 메소드들

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

보호된 메소드들

메소드 설명
NotUpdated ( System info, System context ) : System

메소드 상세

NotUpdated() 공개 메소드

public NotUpdated ( ) : System
리턴 System

NotUpdated() 보호된 메소드

protected NotUpdated ( System info, System context ) : System
info System
context System
리턴 System

NotUpdated() 공개 메소드

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

NotUpdated() 공개 메소드

public NotUpdated ( string message, System inner ) : System
message string
inner System
리턴 System