HtmlRenderErrorEventArgs
TheArtOfDev.HtmlRenderer.Core.Entities
Raised when an error occurred during html rendering.
Hereda de: EventArgs
Constructores
HtmlRenderErrorEventArgs(HtmlRenderErrorType, string, Exception)
Init.
- type
- the type of error to report
- message
- the error message
- exception
- optional: the exception that occurred
Propiedades
Type : HtmlRenderErrorType
error type that is reported
Métodos
Campos
_exception : Exception
the exception that occurred (can be null)
_type : HtmlRenderErrorType
error type that is reported