Click or drag to resize

TemplateCompilationException Constructor

Constructor from the list of compiler errors and the compilation data

Namespace: RazorEngine.Templating
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public TemplateCompilationException(
	IEnumerable<RazorEngineCompilerError> errors,
	CompilationData files,
	Object template = null
)

Parameters

errors  IEnumerableRazorEngineCompilerError
 
files  CompilationData
 
template  Object  (Optional)
 
See Also