C# Class Cedar.Framework.Common.Client.ExceptionHandlers.ExtendedHandleErrorInfo

Inheritance: System.Web.Mvc.HandleErrorInfo
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
ExtendedHandleErrorInfo ( Exception exception, string controllerName, string actionName, string errorMessage ) : System

Method Details

ExtendedHandleErrorInfo() public method

public ExtendedHandleErrorInfo ( Exception exception, string controllerName, string actionName, string errorMessage ) : System
exception System.Exception
controllerName string
actionName string
errorMessage string
return System