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