asp.net.ph

Exception.HelpLink Property

System Namespace   Exception Class


Returns or sets a link to the help file associated with this exception.

[ VB ]
<Serializable>
<ClassInterface ( ClassInterfaceType.AutoDual ) >
Overridable Public Property HelpLink As String

[ C# ]
[ Serializable ]
[ ClassInterface ( ClassInterfaceType.AutoDual ) ]
public virtual string HelpLink {get; set;}

[ C++ ]
[ Serializable ]
[ ClassInterface ( ClassInterfaceType.AutoDual ) ]
public: __property virtual String* get_HelpLink ( );
public: __property virtual void set_HelpLink ( String* );

[ JScript ]
public Serializable
   ClassInterface ( ClassInterfaceType.AutoDual )
function get HelpLink ( ) : String;
public function set HelpLink ( String );

Property Value

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:

"file:///C:/Applications/Bazzal/help.aspxl#ErrorNum42"

See Also

Exception Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph