C# Class Guidelines.WebUI.Errors.ErrorContext

Inheritance: System.Web.Mvc.HandleErrorInfo
Afficher le fichier Open project: basicdays/Guidelines Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddModelstateErrors() public méthode

public AddModelstateErrors ( ModelStateDictionary modelState ) : void
modelState ModelStateDictionary
Résultat void

ErrorContext() public méthode

public ErrorContext ( Exception exception, string controllerName, string actionName ) : System
exception System.Exception
controllerName string
actionName string
Résultat System

ErrorContext() public méthode

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
Résultat System

ErrorContext() public méthode

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages, ModelStateDictionary modelState ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
modelState ModelStateDictionary
Résultat System