C# 클래스 System.Web.HttpException

상속: Exception
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FillDefaultCustomErrorValues void
FillDefaultErrorValues void
FillHtmlizedErrorValues void
FormatFullStackTrace string
FormatSource void
FormatSourceFile string
GetObjectData void
GetPageTemplate System.Web.ExceptionPageTemplate
HtmlEncode string
HttpException System.IO
HttpException System.IO
HttpException System.IO
NewWithCode HttpException
NewWithCode HttpException
NewWithCode HttpException
NewWithCode HttpException
NewWithCode HttpException
NewWithCode HttpException
SetWebEventCode void
WriteCompilationSource void
WritePageSource void

공개 메소드들

메소드 설명
CreateFromLastError ( string message ) : HttpException
GetHtmlErrorMessage ( ) : string
GetHttpCode ( ) : int
HttpException ( ) : System.IO
HttpException ( int httpCode, string message ) : System.IO
HttpException ( int httpCode, string message, Exception innerException ) : System.IO
HttpException ( int httpCode, string message, int hr ) : System.IO
HttpException ( string message ) : System.IO
HttpException ( string message, Exception innerException ) : System.IO
HttpException ( string message, int hr ) : System.IO

보호된 메소드들

메소드 설명
HttpException ( SerializationInfo info, StreamingContext context ) : System.IO

비공개 메소드들

메소드 설명
FillDefaultCustomErrorValues ( System.Web.ExceptionPageTemplateValues values ) : void
FillDefaultErrorValues ( bool showTrace, bool showExceptionType, Exception baseEx, System.Web.ExceptionPageTemplateValues values ) : void
FillHtmlizedErrorValues ( System.Web.ExceptionPageTemplateValues values, System.Web.HtmlizedException exc, ExceptionPageTemplateType &pageType ) : void
FormatFullStackTrace ( ) : string
FormatSource ( StringBuilder builder, StringBuilder longVersion, System.Web.HtmlizedException e ) : void
FormatSourceFile ( string filename ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetPageTemplate ( ) : System.Web.ExceptionPageTemplate
HtmlEncode ( string s ) : string
HttpException ( int httpCode, string message, Exception innerException, string resourceName ) : System.IO
HttpException ( int httpCode, string message, string resourceName ) : System.IO
HttpException ( int httpCode, string message, string resourceName, string description ) : System.IO
NewWithCode ( int httpCode, string message, Exception innerException, int webEventCode ) : HttpException
NewWithCode ( int httpCode, string message, Exception innerException, string resourceName, int webEventCode ) : HttpException
NewWithCode ( int httpCode, string message, int webEventCode ) : HttpException
NewWithCode ( int httpCode, string message, string resourceName, int webEventCode ) : HttpException
NewWithCode ( string message, Exception innerException, int webEventCode ) : HttpException
NewWithCode ( string message, int webEventCode ) : HttpException
SetWebEventCode ( int webEventCode ) : void
WriteCompilationSource ( StringBuilder builder, StringBuilder longVersion, System.Web.HtmlizedException e ) : void
WritePageSource ( StringBuilder builder, System.Web.HtmlizedException e ) : void

메소드 상세

CreateFromLastError() 공개 정적인 메소드

public static CreateFromLastError ( string message ) : HttpException
message string
리턴 HttpException

GetHtmlErrorMessage() 공개 메소드

public GetHtmlErrorMessage ( ) : string
리턴 string

GetHttpCode() 공개 메소드

public GetHttpCode ( ) : int
리턴 int

HttpException() 공개 메소드

public HttpException ( ) : System.IO
리턴 System.IO

HttpException() 보호된 메소드

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

HttpException() 공개 메소드

public HttpException ( int httpCode, string message ) : System.IO
httpCode int
message string
리턴 System.IO

HttpException() 공개 메소드

public HttpException ( int httpCode, string message, Exception innerException ) : System.IO
httpCode int
message string
innerException Exception
리턴 System.IO

HttpException() 공개 메소드

public HttpException ( int httpCode, string message, int hr ) : System.IO
httpCode int
message string
hr int
리턴 System.IO

HttpException() 공개 메소드

public HttpException ( string message ) : System.IO
message string
리턴 System.IO

HttpException() 공개 메소드

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

HttpException() 공개 메소드

public HttpException ( string message, int hr ) : System.IO
message string
hr int
리턴 System.IO