HtmlRenderErrorEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

Raised when an error occurred during html rendering.

Erbt von: EventArgs

Konstruktoren

HtmlRenderErrorEventArgs(HtmlRenderErrorType, string, Exception)

Init.

type
the type of error to report
message
the error message
exception
optional: the exception that occurred

Eigenschaften

Exception : Exception

the exception that occurred (can be null)

Message : string

the error message

Type : HtmlRenderErrorType

error type that is reported

Methoden

ToString() : string

Returns a string that represents the current object.

Felder

_exception : Exception

the exception that occurred (can be null)

_message : string

the error message

_type : HtmlRenderErrorType

error type that is reported