NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageException Class

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

Remarks

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

Requirements

Namespace: System.IO.IsolatedStorage

Assembly: mscorlib.dll

See Also

IsolatedStorageException Members | System.IO.IsolatedStorage Namespace