C# Класс CkanDotNet.Web.Models.Helpers.ErrorHelper

Показать файл Открыть проект

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

Метод Описание
DisplayErrorView ( ErrorPresentation errorPresentation ) : void

Display the error view

GetDefaultErrorPresentation ( Exception ex ) : ErrorPresentation

Gets a default error presentation to display to the user.

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

DisplayErrorView() публичный статический Метод

Display the error view
public static DisplayErrorView ( ErrorPresentation errorPresentation ) : void
errorPresentation ErrorPresentation
Результат void

GetDefaultErrorPresentation() публичный статический Метод

Gets a default error presentation to display to the user.
public static GetDefaultErrorPresentation ( Exception ex ) : ErrorPresentation
ex System.Exception
Результат ErrorPresentation