9 references to GetIsolatedStorageException
System.IO.IsolatedStorage (9)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (8)
87throw GetIsolatedStorageException(SR.IsolatedStorage_DeleteFile, e); 140throw GetIsolatedStorageException(SR.IsolatedStorage_CreateDirectory, e); 157throw GetIsolatedStorageException(SR.IsolatedStorage_DeleteDirectory, e); 181throw GetIsolatedStorageException(SR.IsolatedStorage_Operation, e); 205throw GetIsolatedStorageException(SR.IsolatedStorage_Operation, e); 315throw GetIsolatedStorageException(SR.IsolatedStorage_Operation, e); 343throw GetIsolatedStorageException(SR.IsolatedStorage_Operation, e); 371throw GetIsolatedStorageException(SR.IsolatedStorage_Operation, e);
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
145throw IsolatedStorageFile.GetIsolatedStorageException(SR.IsolatedStorage_Operation_ISFS, e);