DataCacheException.Message Property

 

The description of the exception encountered.

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

Syntax

public override string Message { get; }
public:
property String^ Message {
    virtual String^ get() override;
}
override Message : string with get
Public Overrides ReadOnly Property Message As String

Property Value

Type: System.String

A String that describes the type of exception encountered.

Implements

_Exception.Message

See Also

DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top