ApplicationException: HelpLink (let)

HelpLink

Sets a link to a help file associated with the exception.

 Public Property Let HelpLink(
	  ByVal RHS As String )

Parameters

RHS
[ByVal] String. Set the Uniform Resource Name (URN) or Uniform Resource Locator (URL).

Remarks

The return value, which represents a help file, is a URN or URL. For example, the HelpLink value could be:
"http://www.myhelpsite.com"

Read/Write.

See Also

Project VBCorLib Overview | Class ApplicationException Overview