C# Class SharpTAL.RenderTemplateException

Inheritance: System.Exception
显示文件 Open project: lck/SharpTAL

Public Methods

Method Description
RenderTemplateException ( TemplateInfo templateInfo, string message, Exception innerException ) : System

Method Details

RenderTemplateException() public method

public RenderTemplateException ( TemplateInfo templateInfo, string message, Exception innerException ) : System
templateInfo TemplateInfo
message string
innerException System.Exception
return System