HtmlRenderErrorEventArgs
TheArtOfDev.HtmlRenderer.Core.Entities
Raised when an error occurred during html rendering.
继承自: EventArgs
构造函数
HtmlRenderErrorEventArgs(HtmlRenderErrorType, string, Exception)
Init.
- type
- the type of error to report
- message
- the error message
- exception
- optional: the exception that occurred
属性
Type : HtmlRenderErrorType
error type that is reported
方法
字段
_exception : Exception
the exception that occurred (can be null)
_type : HtmlRenderErrorType
error type that is reported