.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)
Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Class IsolatedStorageException _
    Inherits Exception
Visual Basic (Usage)
Dim instance As IsolatedStorageException
C#
[ComVisibleAttribute(true)]
public class IsolatedStorageException : Exception
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System.IO.IsolatedStorage..::.IsolatedStorageException
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker