C# Класс Guidelines.WebUI.Errors.ErrorContext

Наследование: System.Web.Mvc.HandleErrorInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddModelstateErrors ( ModelStateDictionary modelState ) : void
ErrorContext ( Exception exception, string controllerName, string actionName ) : System
ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages ) : System
ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages, ModelStateDictionary modelState ) : System

Описание методов

AddModelstateErrors() публичный Метод

public AddModelstateErrors ( ModelStateDictionary modelState ) : void
modelState ModelStateDictionary
Результат void

ErrorContext() публичный Метод

public ErrorContext ( Exception exception, string controllerName, string actionName ) : System
exception System.Exception
controllerName string
actionName string
Результат System

ErrorContext() публичный Метод

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
Результат System

ErrorContext() публичный Метод

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages, ModelStateDictionary modelState ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
modelState ModelStateDictionary
Результат System