7 instantiations of IsolatedStorageException
System.IO.IsolatedStorage (7)
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 (4)
577IsolatedStorageException e = new IsolatedStorageException(exceptionMsg, rootCause); 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);
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)
577IsolatedStorageException e = new IsolatedStorageException(exceptionMsg, rootCause);