IsolatedStorageException Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class IsolatedStorageException Inherits Exception 'Usage Dim instance As IsolatedStorageException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class IsolatedStorageException extends Exception
SerializableAttribute ComVisibleAttribute(true) public class IsolatedStorageException extends 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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.