C# Класс Foundation.Server.HttpException

Extends with ModelState Errors
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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