RazorEngine


RazorEngineCompilerError

Defined in RazorEngine.dll.

Defines a compiler error.

Constructors

ConstructorDescription
new(...)
Signature: (errorText:string * fileName:string * line:int * column:int * errorNumber:string * isWarning:bool) -> unit

Creates a new Compiler error instance.

Instance members

Instance memberDescription
Column()
Signature: unit -> unit

The column number of the error location.

ErrorNumber()
Signature: unit -> unit

The number of the error.

ErrorText()
Signature: unit -> unit

The error text of the error.

FileName()
Signature: unit -> unit

The file name of the error source.

IsWarning()
Signature: unit -> unit

Indicates whether the error is a warning.

Line()
Signature: unit -> unit

The line number of the error location

Fork me on GitHub