RazorEngine


TemplateParsingException

Defined in RazorEngine.dll.

Defines an exception that occurs during template parsing.

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> unit

Initialises a new instance of TemplateParsingException from serialised data.

Instance members

Instance memberDescription
Column()
Signature: unit -> unit

Gets the column the parsing error occured.

GetObjectData(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> unit
Modifiers: abstract

Gets the object data for serialisation.

Line()
Signature: unit -> unit

Gets the line the parsing error occured.

Fork me on GitHub