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