点击或拖拽改变大小

HtmlRenderErrorEventArgs 构造函数

Init.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public HtmlRenderErrorEventArgs(
	HtmlRenderErrorType type,
	string message,
	Exception exception = null
)

参数

type
类型:DSkin.Html.Core.EntitiesHtmlRenderErrorType
the type of error to report
message
类型:SystemString
the error message
exception (Optional)
类型:SystemException
optional: the exception that occurred
参见