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