3 references to IsolatedStorage_StoreNotOpen
System.IO.IsolatedStorage (3)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (2)
563throw new ObjectDisposedException(null, SR.IsolatedStorage_StoreNotOpen); 566throw new InvalidOperationException(SR.IsolatedStorage_StoreNotOpen);
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
100throw new ObjectDisposedException(null, SR.IsolatedStorage_StoreNotOpen);