Share via


DataCacheException.ErrorCode Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The integer used to identify the type of exception encountered.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorCode As Integer
'Usage
Dim instance As DataCacheException
Dim value As Integer

value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
/** @property */
public int get_ErrorCode ()
public function get ErrorCode () : int

Property Value

An integer specifying the type of exception encountered.

Remarks

For more information about cache-related error codes, see the class library topic for the DataCacheErrorCode static class.

See Also

Reference

DataCacheException Class
DataCacheException Members
Microsoft.Data.Caching Namespace