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

属性

Exception : Exception

the exception that occurred (can be null)

Message : string

the error message

Type : HtmlRenderErrorType

error type that is reported

方法

ToString() : string

Returns a string that represents the current object.

字段

_exception : Exception

the exception that occurred (can be null)

_message : string

the error message

_type : HtmlRenderErrorType

error type that is reported