Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SharpTAL
CompileSourceException
C# Class SharpTAL.CompileSourceException
Inheritance:
System.Exception
Mostra 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