HtmlRenderErrorEventArgs
TheArtOfDev.HtmlRenderer.Core.Entities
Raised when an error occurred during html rendering.
Inherits: EventArgs
Constructors
HtmlRenderErrorEventArgs(HtmlRenderErrorType, string, Exception)
Init.
- type
- the type of error to report
- message
- the error message
- exception
- optional: the exception that occurred
Properties
Type : HtmlRenderErrorType
error type that is reported
Methods
Fields
_exception : Exception
the exception that occurred (can be null)
_type : HtmlRenderErrorType
error type that is reported