C# 클래스 NMaier.SimpleDlna.Server.HttpStatusException

상속: NMaier.SimpleDlna.Server.HttpException
파일 보기 프로젝트 열기: nmaier/simpleDLNA

공개 메소드들

메소드 설명
HttpStatusException ( ) : System
HttpStatusException ( HttpCode code ) : System
HttpStatusException ( HttpCode code, Exception innerException ) : System
HttpStatusException ( string message ) : System
HttpStatusException ( string message, Exception innerException ) : System

비공개 메소드들

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

메소드 상세

HttpStatusException() 공개 메소드

public HttpStatusException ( ) : System
리턴 System

HttpStatusException() 공개 메소드

public HttpStatusException ( HttpCode code ) : System
code HttpCode
리턴 System

HttpStatusException() 공개 메소드

public HttpStatusException ( HttpCode code, Exception innerException ) : System
code HttpCode
innerException System.Exception
리턴 System

HttpStatusException() 공개 메소드

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

HttpStatusException() 공개 메소드

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