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