Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Represents an empty-cache error.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
class MSFT_SoftError_EmptyCache : MSFT_SoftError
{
String MessageID;
String Message;
};
Members
The MSFT_SoftError_EmptyCache class has these types of members:
Properties
The MSFT_SoftError_EmptyCache class has these properties.
Message
Data type: String
Access type: Read-only
The message displayed to the user. The value of this property is "%1: The storage management provider's cache is empty.%2".
"%1" should be replaced with the corresponding storage provider's MSFT_StorageProvider.Name property. "%2" can be replaced with extra error information.
MessageID
Data type: String
Access type: Read-only
The message identifier. The value of this property is "40003". This is the specific error code for 'Cache out of date'.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Namespace | Root\Microsoft\Windows\Storage |
| MOF | Storagewmi.mof |