Class HtmlLinkClickedException
Exception thrown when client code subscribed to LinkClicked event thrown exception.
Inheritance
Inherited Members
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public sealed class HtmlLinkClickedException : Exception, ISerializable, _Exception
Constructors
HtmlLinkClickedException()
Initializes a new instance of the System.Exception class.
Declaration
public HtmlLinkClickedException()
HtmlLinkClickedException(String)
Initializes a new instance of the System.Exception class with a specified error message.
Declaration
public HtmlLinkClickedException(string message)
Parameters
|
System.String
message
The message that describes the error. |
HtmlLinkClickedException(String, Exception)
Initializes a new instance of the System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public HtmlLinkClickedException(string message, Exception innerException)
Parameters
|
System.String
message
The error message that explains the reason for the exception. |
|
System.Exception
innerException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |