Class HtmlRenderErrorEventArgs
Raised when an error occurred during html rendering.
Inheritance
System.Object
System.EventArgs
HtmlRenderErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public sealed class HtmlRenderErrorEventArgs : EventArgs
Constructors
HtmlRenderErrorEventArgs(HtmlRenderErrorType, String, Exception)
Init.
Declaration
public HtmlRenderErrorEventArgs(HtmlRenderErrorType type, string message, Exception exception = null)
Parameters
HtmlRenderErrorType
type
the type of error to report |
System.String
message
the error message |
System.Exception
exception
optional: the exception that occurred |
Properties
Exception
the exception that occurred (can be null)
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|
Message
the error message
Declaration
public string Message { get; }
Property Value
System.String
|
Type
error type that is reported
Declaration
public HtmlRenderErrorType Type { get; }
Property Value
HtmlRenderErrorType
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()