Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeFindHandle.cs
- BinaryVersion.cs
- InOutArgument.cs
- XmlSchemaSimpleContentRestriction.cs
- WindowsListViewItemCheckBox.cs
- PaginationProgressEventArgs.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SoapFault.cs
- ScriptingWebServicesSectionGroup.cs
- TransformCryptoHandle.cs
- DbDataRecord.cs
- WebFormsRootDesigner.cs
- PromptEventArgs.cs
- ViewStateChangedEventArgs.cs
- CodeConditionStatement.cs
- Fx.cs
- LayoutEditorPart.cs
- MergePropertyDescriptor.cs
- StorageEntityContainerMapping.cs
- LinqDataSourceContextData.cs
- TypeDescriptionProviderAttribute.cs
- SQLInt16.cs
- Slider.cs
- SiteMapDataSourceView.cs
- RequestCacheManager.cs
- SamlAuthenticationStatement.cs
- EncryptedData.cs
- SqlNotificationRequest.cs
- TextEditorCharacters.cs
- ActivityValidator.cs
- MaskDescriptor.cs
- TraversalRequest.cs
- RangeValidator.cs
- RuntimeResourceSet.cs
- SocketConnection.cs
- SmiMetaData.cs
- RectIndependentAnimationStorage.cs
- MenuItemCollection.cs
- PathFigureCollection.cs
- PeerServiceMessageContracts.cs
- LogManagementAsyncResult.cs
- TripleDESCryptoServiceProvider.cs
- ProviderMetadata.cs
- LinkTarget.cs
- StylusPointPropertyId.cs
- Helpers.cs
- ZoneLinkButton.cs
- RegisteredExpandoAttribute.cs
- CodeStatementCollection.cs
- DBDataPermissionAttribute.cs
- SoapHeaders.cs
- DataServiceResponse.cs
- EmptyReadOnlyDictionaryInternal.cs
- PathFigureCollection.cs
- HttpHeaderCollection.cs
- Mapping.cs
- ConstructorArgumentAttribute.cs
- ClientUrlResolverWrapper.cs
- TreeSet.cs
- XmlConvert.cs
- LocalizedNameDescriptionPair.cs
- ProvidersHelper.cs
- DecoratedNameAttribute.cs
- ChtmlPageAdapter.cs
- RichTextBoxConstants.cs
- ObjectIDGenerator.cs
- CustomPopupPlacement.cs
- CurrencyWrapper.cs
- ServiceSecurityAuditBehavior.cs
- ProcessProtocolHandler.cs
- RuleSetDialog.Designer.cs
- WhiteSpaceTrimStringConverter.cs
- TypeInitializationException.cs
- LostFocusEventManager.cs
- CompatibleIComparer.cs
- DataStorage.cs
- TextureBrush.cs
- RegexNode.cs
- UnsafeNativeMethodsPenimc.cs
- AssemblyAttributes.cs
- StylusEventArgs.cs
- DetailsView.cs
- StringAttributeCollection.cs
- MaskDesignerDialog.cs
- AutomationInteropProvider.cs
- JoinTreeSlot.cs
- ButtonBaseAdapter.cs
- SkinBuilder.cs
- PreservationFileReader.cs
- UrlMapping.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- DataGridViewComboBoxColumnDesigner.cs
- ClientConvert.cs
- ResourceReferenceKeyNotFoundException.cs
- TextTreeText.cs
- Point.cs
- XamlReaderHelper.cs
- SplitterEvent.cs
- OverflowException.cs
- CheckBoxFlatAdapter.cs