7 instantiations of IsolatedStorageException
System.IO.IsolatedStorage (7)
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 (4)
577
IsolatedStorageException e = new
IsolatedStorageException
(exceptionMsg, rootCause);
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);
3 references to IsolatedStorageException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
333
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.
IsolatedStorageException
))]
netstandard (1)
netstandard.cs (1)
934
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.
IsolatedStorageException
))]
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
577
IsolatedStorageException
e = new IsolatedStorageException(exceptionMsg, rootCause);