Share via


ErrorDetails.HelpUri Property

Definition

Gets the address to a help page about the error.

public:
 property Uri ^ HelpUri { Uri ^ get(); };
Uri HelpUri();
public System.Uri HelpUri { get; }
var uri = errorDetails.helpUri;
Public ReadOnly Property HelpUri As Uri

Property Value

The address to a help page about the error.

Applies to