DataCacheException.HelpLink Property

 

A link to help for the exception.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public override string HelpLink { get; set; }
public:
property String^ HelpLink {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
override HelpLink : string with get, set
Public Overrides Property HelpLink As String

Property Value

Type: System.String

Returns String.

Implements

_Exception.HelpLink

See Also

DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top