DataCacheException.ErrorCode Property
The integer used to identify the type of exception encountered.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public int ErrorCode { get; }
public:
property int ErrorCode {
int get();
}
member ErrorCode : int with get
Public ReadOnly Property ErrorCode As Integer
Property Value
Type: System.Int32
An Int32 specifying the type of exception encountered.
Remarks
This error code corresponds to an error code constant in the DataCacheErrorCode class.
See Also
DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace
Return to top