点击或拖拽改变大小

StylesheetParseError 构造函数

初始化 StylesheetParseError 类的一个新实例

命名空间:  CPF.Styling
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public StylesheetParseError(
	ParserError error,
	string errorMessage,
	int line,
	int column
)

参数

error
类型:CPF.StylingParserError

[缺少 "M:CPF.Styling.StylesheetParseError.#ctor(CPF.Styling.ParserError,System.String,System.Int32,System.Int32)" 的 <param name="error"/> 文档]

errorMessage
类型:SystemString

[缺少 "M:CPF.Styling.StylesheetParseError.#ctor(CPF.Styling.ParserError,System.String,System.Int32,System.Int32)" 的 <param name="errorMessage"/> 文档]

line
类型:SystemInt32

[缺少 "M:CPF.Styling.StylesheetParseError.#ctor(CPF.Styling.ParserError,System.String,System.Int32,System.Int32)" 的 <param name="line"/> 文档]

column
类型:SystemInt32

[缺少 "M:CPF.Styling.StylesheetParseError.#ctor(CPF.Styling.ParserError,System.String,System.Int32,System.Int32)" 的 <param name="column"/> 文档]

参见