RazorEngineCompilerError Constructor |
Constructor from the compiler error details
Namespace: RazorEngine.TemplatingAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic RazorEngineCompilerError(
string errorText,
string fileName,
int line,
int column,
string errorNumber,
bool isWarning
)
Parameters
- errorText String
-
- fileName String
-
- line Int32
-
- column Int32
-
- errorNumber String
-
- isWarning Boolean
-
See Also