CompilationErrorException.

CompilationErrorException(string, FileLinePositionSpan, string) Constructor

Assembly
Wyam.Razor.dll
Namespace
Wyam.Razor
Containing Type
CompilationErrorException

Syntax

public CompilationErrorException(string path, FileLinePositionSpan mappedLineSpan, string errorMessage)

Parameters

Name Type Description
path string
mappedLineSpan FileLinePositionSpan
errorMessage string

Return Value

Type Description
void
GitHub