TemplateParsingException
Defined in RazorEngine.dll.
Defines an exception that occurs during template parsing.
Constructors
Constructor | Description |
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> unit
|
Initialises a new instance of TemplateParsingException from serialised data. |
Instance members
Instance member | Description |
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. |