Exceptions thrown from the Isolated Storage system for accessing data files based on application identity.
Object
Exception
IsolatedStorageException
[Visual Basic] Public Class IsolatedStorageException Inherits Exception [C#] public class IsolatedStorageException : Exception [C++] public __gc class IsolatedStorageException : public Exception [JScript] public class IsolatedStorageException extends Exception
The most common kind of isolated storage exceptions include:
* missing evidence- isolated storage requires evidence (information about the application) in order to know the application identity in order to connect it to the right associated file space; without this information isolated storage cannot be used
* invalid operations- some FileStream operations, such as asynchronous file access, are not supported for isolated storage
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib.dll
IsolatedStorageException Members | System.IO.IsolatedStorage Namespace