System.IO.IsolatedStorage.IsolatedStorageException Class

The exception that is thrown when an operation in isolated storage fails.

See Also: IsolatedStorageException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class IsolatedStorageException : Exception

Remarks

IsolatedStorageException uses the HRESULT ISS_E_ISOSTORE, which has the value 0x80131450.

The most common examples of isolated storage exceptions are as follows.

For a list of initial property values for an instance of IsolatedStorageException, see the IsolatedStorageException.#ctor constructors.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0