ErrorDetails.HelpUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.