Skip to main content

GeneratorErrorEventArgs

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class GeneratorErrorEventArgs : EventArgs

Properties

ErorrCode

View Source
Declaration
public uint ErorrCode { get; }

ErrorMessage

View Source
Declaration
public string ErrorMessage { get; }

LineNumber

View Source
Declaration
public uint LineNumber { get; }

ColumnNumber

View Source
Declaration
public uint ColumnNumber { get; }