SerializationException: HelpLink (let)

HelpLink

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



 Public Property Let HelpLink(
	  ByRef Value As String )

Parameters

Value
[ByRef] 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 CorLib Overview

Class SerializationException Overview