Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
.NET Framework Class Library for Silverlight
IsolatedStorageException Class

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
Visual Basic (Usage)
Dim instance As IsolatedStorageException
C#
[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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker