The exception that is thrown when an operation in isolated storage fails.
Namespace:
System.IO.IsolatedStorage
Assembly:
mscorlib (in mscorlib.dll)
Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Class IsolatedStorageException _
Inherits Exception
Dim instance As IsolatedStorageException
[ComVisibleAttribute(true)]
public class IsolatedStorageException : Exception
IsolatedStorageException uses the 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 FileStream operations are not supported for isolated storage.
For a list of initial property values for an instance of IsolatedStorageException, see the IsolatedStorageException constructors.
System..::.Object
System..::.Exception
System.IO.IsolatedStorage..::.IsolatedStorageException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference