HtmlLinkClickedException 构造函数 (String, Exception) |
Initializes a new instance of the
Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
命名空间:
DSkin.Html.Core.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public HtmlLinkClickedException(
string message,
Exception innerException
)
参数
- message
- 类型:SystemString
The error message that explains the reason for the exception. - innerException
- 类型:SystemException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
参见