C# 클래스 Tornado.web.HTTPError

상속: System.Exception
파일 보기 프로젝트 열기: swax/Tornado.Net

공개 프로퍼티들

프로퍼티 타입 설명
args object[]
log_message string
status_code int

공개 메소드들

메소드 설명
HTTPError ( int status_code_, string log_message_ = null, object args_ = null ) : System
ToString ( ) : string

메소드 상세

HTTPError() 공개 메소드

public HTTPError ( int status_code_, string log_message_ = null, object args_ = null ) : System
status_code_ int
log_message_ string
args_ object
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

args 공개적으로 프로퍼티

public object[] args
리턴 object[]

log_message 공개적으로 프로퍼티

public string log_message
리턴 string

status_code 공개적으로 프로퍼티

public int status_code
리턴 int