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
- AuthenticateEventArgs.cs
- ToolStripSettings.cs
- RevocationPoint.cs
- ConsumerConnectionPoint.cs
- DrawItemEvent.cs
- GenerateTemporaryTargetAssembly.cs
- FormViewCommandEventArgs.cs
- Menu.cs
- PageAsyncTask.cs
- SqlAggregateChecker.cs
- Stroke.cs
- DataGridViewColumnConverter.cs
- RIPEMD160Managed.cs
- CodeArgumentReferenceExpression.cs
- CapabilitiesPattern.cs
- RTLAwareMessageBox.cs
- Point3DAnimationBase.cs
- StateItem.cs
- ConfigXmlAttribute.cs
- DataViewSetting.cs
- ColorAnimationUsingKeyFrames.cs
- PropertyConverter.cs
- TypefaceMetricsCache.cs
- UserControlAutomationPeer.cs
- HwndSource.cs
- ResourceDefaultValueAttribute.cs
- XmlnsDictionary.cs
- ServicePointManager.cs
- ToolboxComponentsCreatedEventArgs.cs
- WebCodeGenerator.cs
- ConstructorArgumentAttribute.cs
- NamespaceQuery.cs
- OneWayChannelListener.cs
- FrameworkElementFactory.cs
- ToolStripItemDataObject.cs
- WebPartCollection.cs
- DbXmlEnabledProviderManifest.cs
- ChangeNode.cs
- ConnectivityStatus.cs
- ProtocolReflector.cs
- CodeVariableReferenceExpression.cs
- CodeRegionDirective.cs
- LineSegment.cs
- DataGridViewRowEventArgs.cs
- EntityDataSourceView.cs
- ColorAnimationUsingKeyFrames.cs
- HelpEvent.cs
- SimpleWebHandlerParser.cs
- NativeMethods.cs
- HttpCookieCollection.cs
- EventMappingSettingsCollection.cs
- OperandQuery.cs
- FloaterBaseParaClient.cs
- HtmlTextArea.cs
- ListItemsCollectionEditor.cs
- DataGridBoolColumn.cs
- Group.cs
- ToolStripSeparator.cs
- DataGridViewCellEventArgs.cs
- DataGridViewColumnTypeEditor.cs
- DataGridViewMethods.cs
- XmlSerializableReader.cs
- ContainerCodeDomSerializer.cs
- DataSourceControl.cs
- MappingSource.cs
- TabItem.cs
- ParameterCollectionEditorForm.cs
- DataViewManagerListItemTypeDescriptor.cs
- ProcessProtocolHandler.cs
- SessionPageStateSection.cs
- TypedDataSetSchemaImporterExtension.cs
- FontWeight.cs
- Transform3DGroup.cs
- AssociatedControlConverter.cs
- EnterpriseServicesHelper.cs
- SqlConnectionPoolProviderInfo.cs
- ProfileParameter.cs
- CacheSection.cs
- StringConverter.cs
- DataGridViewRowEventArgs.cs
- BaseInfoTable.cs
- Parser.cs
- XmlUnspecifiedAttribute.cs
- UnregisterInfo.cs
- CollectionBase.cs
- XmlSchemaDatatype.cs
- LocatorPartList.cs
- URLString.cs
- ZipIOModeEnforcingStream.cs
- MimeReflector.cs
- ExceptionRoutedEventArgs.cs
- InputGestureCollection.cs
- JpegBitmapEncoder.cs
- DatagridviewDisplayedBandsData.cs
- RemoteWebConfigurationHost.cs
- Point3DKeyFrameCollection.cs
- _SingleItemRequestCache.cs
- EqualityComparer.cs
- Transform3DGroup.cs
- InternalResources.cs