MSFT_SoftError_NotInCache class
Represents a not-in-cache error.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
class MSFT_SoftError_NotInCache : MSFT_SoftError
{
String MessageID;
String Message;
};
Members
The MSFT_SoftError_NotInCache class has these types of members:
Properties
The MSFT_SoftError_NotInCache 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 does not contain the requested object or object type.%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 "40006". This is the specific error code for 'Not in Cache'.
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 |