See Also: IsolatedStorageException Members
IsolatedStorageException uses the HRESULT ISS_E_ISOSTORE, which has the value 0x80131450.
The most common examples of isolated storage exceptions are as follows.
Missing evidence. Isolated storage requires evidence (information about the assembly and its origin) in order to determine the identity of the code and connect it to the correct associated file space. Without this information, isolated storage cannot be used.
Invalid operations. Some System.IO.FileStream operations are not supported for isolated storage.
For a list of initial property values for an instance of IsolatedStorageException, see the IsolatedStorageException.#ctor constructors.