C# 클래스 Foundation.Server.HttpException

Extends with ModelState Errors
상속: System.Exception
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 메소드들

메소드 설명
GetErrors ( ) : IEnumerable
HttpException ( string message, Exception inner ) : System
HttpException ( string message, Exception inner, HttpStatusCode code, string[]>.Dictionary modelState ) : System
HttpException ( string message, HttpStatusCode code, string[]>.Dictionary modelState ) : System

메소드 상세

GetErrors() 공개 메소드

public GetErrors ( ) : IEnumerable
리턴 IEnumerable

HttpException() 공개 메소드

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

HttpException() 공개 메소드

public HttpException ( string message, Exception inner, HttpStatusCode code, string[]>.Dictionary modelState ) : System
message string
inner System.Exception
code HttpStatusCode
modelState string[]>.Dictionary
리턴 System

HttpException() 공개 메소드

public HttpException ( string message, HttpStatusCode code, string[]>.Dictionary modelState ) : System
message string
code HttpStatusCode
modelState string[]>.Dictionary
리턴 System