IsolatedStorageMessages
IsolatedStorageMessages.Instance (SystemMessages.IsolatedStorage) contains message descriptions scraped from mscorlib.dll for System.IO.IsolatedStorage.*.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450425 | 0x80131450 | ApplicationMissingIdentity | mscorlib.IsolatedStorage_ApplicationMissingIdentity | Unable to determine application identity of the caller. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450426 | 0x80131450 | ApplicationNoEvidence | mscorlib.IsolatedStorage_ApplicationNoEvidence | Unable to determine identity of application. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450427 | 0x80131509 | ApplicationUndefined | mscorlib.IsolatedStorage_ApplicationUndefined | Application cannot be determined on an Assembly or Domain store. | System.InvalidOperationException |
0xA3450428 | 0x80131450 | AssemblyGrantSet | mscorlib.IsolatedStorage_AssemblyGrantSet | Unable to determine granted permission for assembly. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450429 | 0x80131450 | AssemblyMissingIdentity | mscorlib.IsolatedStorage_AssemblyMissingIdentity | Unable to determine assembly of the caller. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345042A | 0x80131450 | AssemblyNoEvidence | mscorlib.IsolatedStorage_AssemblyNoEvidence | Unable to determine identity of assembly. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345042B | 0x80131509 | AssemblyUndefined | mscorlib.IsolatedStorage_AssemblyUndefined | Assembly cannot be determined for an Application store. | System.InvalidOperationException |
0xA345042C | 0x80131450 | CreateDirectory | mscorlib.IsolatedStorage_CreateDirectory | Unable to create directory. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345042D | 0x80131509 | CurrentSizeUndefined | mscorlib.IsolatedStorage_CurrentSizeUndefined | Current size cannot be determined for this store. | System.InvalidOperationException |
0xA345042E | 0x80131450 | DeleteDirectories | mscorlib.IsolatedStorage_DeleteDirectories | Unable to delete; directory or files in the directory could be in use. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345042F | 0x80131450 | DeleteDirectory | mscorlib.IsolatedStorage_DeleteDirectory | Unable to delete, directory not empty or does not exist. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450430 | 0x80131450 | DeleteFile | mscorlib.IsolatedStorage_DeleteFile | Unable to delete file. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450431 | 0x80131450 | DomainGrantSet | mscorlib.IsolatedStorage_DomainGrantSet | Unable to determine granted permission for domain. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450432 | 0x80131450 | DomainMissingIdentity | mscorlib.IsolatedStorage_DomainMissingIdentity | Unable to determine domain of the caller. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450433 | 0x80131450 | DomainNoEvidence | mscorlib.IsolatedStorage_DomainNoEvidence | Unable to determine the identity of domain. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450434 | 0x80131509 | DomainUndefined | mscorlib.IsolatedStorage_DomainUndefined | Domain cannot be determined on an Assembly or Application store. | System.InvalidOperationException |
0xA3450435 | 0x80131450 | Exception | mscorlib.IsolatedStorage_Exception | An error occurred while accessing IsolatedStorage. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450436 | 0x80070057 | FileOpenMode | mscorlib.IsolatedStorage_FileOpenMode | Invalid mode, see System.IO.FileMode. | System.ArgumentException |
0xA3450437 | 0x80131450 | Init | mscorlib.IsolatedStorage_Init | Initialization failed. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA3450438 | 0x80131515 | NotValidOnDesktop | mscorlib.IsolatedStorage_NotValidOnDesktop | The Site scope is currently not supported. | System.NotSupportedException |
0xA3450439 | 0x80070057 | OldQuotaLarger | mscorlib.IsolatedStorage_OldQuotaLarger | The new quota must be larger than the old quota. | System.ArgumentException |
0xA345043A | 0x80131515 | OnlyIncreaseUserApplicationStore | mscorlib.IsolatedStorage_OnlyIncreaseUserApplicationStore | Increasing the quota of this scope is not supported. Only the user application scope’s quota can be increased. | System.NotSupportedException |
0xA345043B | 0x80131450 | Operation | mscorlib.IsolatedStorage_Operation | Operation not permitted. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345043C | 0x80131450 | OperationISFS | mscorlib.IsolatedStorage_Operation_ISFS | Operation not permitted on IsolatedStorageFileStream. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA345043D | 0x80070057 | Path | mscorlib.IsolatedStorage_Path | Path must be a valid file name. | System.ArgumentException |
0xA345043E | 0x80131509 | QuotaIsUndefined | mscorlib.IsolatedStorage_QuotaIsUndefined | {0} is not defined for this store. An operation was performed that requires access to {0}. Stores obtained using enumeration APIs do not have a well-defined {0}, since partial evidence is used to open the store. | System.InvalidOperationException |
0xA345043F | 0x80070057 | ScopeInvalid | mscorlib.IsolatedStorage_Scope_Invalid | Invalid scope. | System.ArgumentException |
0xA3450440 | 0x80070057 | ScopeURM | mscorlib.IsolatedStorage_Scope_U_R_M | Invalid scope, expected User, User_Roaming or Machine. | System.ArgumentException |
0xA3450441 | 0x80070057 | SeekOrigin | mscorlib.IsolatedStorage_SeekOrigin | Invalid origin, see System.IO.SeekOrigin. | System.ArgumentException |
0xA3450442 | 0x80131509 | StoreNotOpen | mscorlib.IsolatedStorage_StoreNotOpen | Store must be open for this operation. | System.InvalidOperationException |
0xA34506DB | 0x80131450 | ApplicationGrantSet | mscorlib.IsolatedStorage_ApplicationGrantSet | Unable to determine granted permission for application. | System.IO.IsolatedStorage.IsolatedStorageException |
0xA34506DC | 0x80131450 | UsageWillExceedQuota | mscorlib.IsolatedStorage_UsageWillExceedQuota | There is not enough free space to perform the operation. | System.IO.IsolatedStorage.IsolatedStorageException |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/