C# Class Synthesis.Mvc.RenderingErrorModel

Datei anzeigen Open project: kamsar/Synthesis Class Usage Examples

Public Methods

Method Description
RenderingErrorModel ( string viewName, string dataSource, Type modelType, object model, Exception exception ) : System

Method Details

RenderingErrorModel() public method

public RenderingErrorModel ( string viewName, string dataSource, Type modelType, object model, Exception exception ) : System
viewName string
dataSource string
modelType System.Type
model object
exception System.Exception
return System