C# Class SharpTAL.CompileSourceException

Inheritance: System.Exception
Show file Open project: lck/SharpTAL

Public Methods

Method Description
CompileSourceException ( TemplateInfo templateInfo, CompilerErrorCollection errors, string message ) : System

Method Details

CompileSourceException() public method

public CompileSourceException ( TemplateInfo templateInfo, CompilerErrorCollection errors, string message ) : System
templateInfo TemplateInfo
errors System.CodeDom.Compiler.CompilerErrorCollection
message string
return System