Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / IO / IsolatedStorage / IsolatedStorageException.cs / 1 / IsolatedStorageException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ * * Class: IsolatedStorageException * * * Purpose: The exceptions in IsolatedStorage * * Date: Feb 15, 2000 * ===========================================================*/ namespace System.IO.IsolatedStorage { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class IsolatedStorageException : Exception { public IsolatedStorageException() : base(Environment.GetResourceString("IsolatedStorage_Exception")) { SetErrorCode(__HResults.COR_E_ISOSTORE); } public IsolatedStorageException(String message) : base(message) { SetErrorCode(__HResults.COR_E_ISOSTORE); } public IsolatedStorageException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_ISOSTORE); } protected IsolatedStorageException(SerializationInfo info, StreamingContext context) : base (info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ * * Class: IsolatedStorageException * * * Purpose: The exceptions in IsolatedStorage * * Date: Feb 15, 2000 * ===========================================================*/ namespace System.IO.IsolatedStorage { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class IsolatedStorageException : Exception { public IsolatedStorageException() : base(Environment.GetResourceString("IsolatedStorage_Exception")) { SetErrorCode(__HResults.COR_E_ISOSTORE); } public IsolatedStorageException(String message) : base(message) { SetErrorCode(__HResults.COR_E_ISOSTORE); } public IsolatedStorageException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_ISOSTORE); } protected IsolatedStorageException(SerializationInfo info, StreamingContext context) : base (info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationActivator.cs
- RankException.cs
- XmlWrappingWriter.cs
- DictionaryContent.cs
- EmptyControlCollection.cs
- OptimizerPatterns.cs
- ObfuscationAttribute.cs
- RegexTypeEditor.cs
- ModelServiceImpl.cs
- Dump.cs
- XmlILConstructAnalyzer.cs
- PauseStoryboard.cs
- GcHandle.cs
- AnonymousIdentificationModule.cs
- XmlSchemaObject.cs
- ContentElementAutomationPeer.cs
- ApplicationInterop.cs
- DocobjHost.cs
- ConfigXmlWhitespace.cs
- PropertyInformationCollection.cs
- TextRange.cs
- RoleGroup.cs
- ConnectionConsumerAttribute.cs
- OutputCacheModule.cs
- SpeechRecognitionEngine.cs
- ResXBuildProvider.cs
- FormatterConverter.cs
- ViewKeyConstraint.cs
- HtmlDocument.cs
- HttpModulesInstallComponent.cs
- IteratorFilter.cs
- WindowsListViewGroupSubsetLink.cs
- ExpressionBindings.cs
- webproxy.cs
- ConstNode.cs
- DashStyle.cs
- SQLStringStorage.cs
- HtmlCommandAdapter.cs
- ContentTypeSettingClientMessageFormatter.cs
- FormViewUpdateEventArgs.cs
- Transform3DGroup.cs
- ObjectDataSourceStatusEventArgs.cs
- InvalidCommandTreeException.cs
- EntitySetDataBindingList.cs
- DashStyle.cs
- BindingSourceDesigner.cs
- ComponentDispatcher.cs
- IdentitySection.cs
- WrappedOptions.cs
- SynchronizationValidator.cs
- DESCryptoServiceProvider.cs
- ListBase.cs
- CoTaskMemUnicodeSafeHandle.cs
- DatatypeImplementation.cs
- SrgsOneOf.cs
- SqlProvider.cs
- TypographyProperties.cs
- AnnotationResourceCollection.cs
- ConnectionDemuxer.cs
- WebPartConnectionCollection.cs
- CustomErrorsSection.cs
- StylusOverProperty.cs
- DataBoundControlAdapter.cs
- SamlConstants.cs
- FlowDocumentScrollViewer.cs
- XmlDownloadManager.cs
- StyleConverter.cs
- DataColumnCollection.cs
- DataKey.cs
- SynchronizedInputPattern.cs
- X509UI.cs
- ListViewCancelEventArgs.cs
- TextServicesProperty.cs
- InvalidateEvent.cs
- CharacterShapingProperties.cs
- CompiledQuery.cs
- SQLInt64.cs
- SizeConverter.cs
- EventSourceCreationData.cs
- Persist.cs
- ZipPackage.cs
- IdleTimeoutMonitor.cs
- BindingRestrictions.cs
- CollectionView.cs
- MultipleViewProviderWrapper.cs
- TabletDevice.cs
- WeakReferenceEnumerator.cs
- AnnotationStore.cs
- TextEditorTables.cs
- SignerInfo.cs
- XhtmlBasicLinkAdapter.cs
- EmbossBitmapEffect.cs
- MappingItemCollection.cs
- HitTestWithGeometryDrawingContextWalker.cs
- _FtpDataStream.cs
- XmlDocumentSerializer.cs
- MetadataWorkspace.cs
- UniqueConstraint.cs
- FileDialogCustomPlace.cs
- Table.cs