6 references to IsolatedStorageException
System.IO.IsolatedStorage (6)
System\IO\IsolatedStorage\Helper.cs (1)
131
throw new
IsolatedStorageException
(SR.IsolatedStorage_Init);
System\IO\IsolatedStorage\Helper.NonMobile.cs (1)
40
throw new
IsolatedStorageException
(SR.IsolatedStorage_Init);
System\IO\IsolatedStorage\IsolatedStorageFile.cs (3)
603
throw new
IsolatedStorageException
(SR.IsolatedStorage_DeleteDirectories);
658
throw new
IsolatedStorageException
(SR.IsolatedStorage_DeleteDirectories);
690
throw new
IsolatedStorageException
(SR.IsolatedStorage_DeleteDirectories);
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
345
throw new
IsolatedStorageException
(SR.IsolatedStorage_Operation_ISFS);