Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / IO / IsolatedStorage / IsolatedStorageException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated 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
- TableLayoutCellPaintEventArgs.cs
- SHA384Managed.cs
- WebPartPersonalization.cs
- FramingChannels.cs
- TypedElement.cs
- Light.cs
- DataGridViewImageCell.cs
- NativeMethods.cs
- NativeMethods.cs
- XhtmlBasicLiteralTextAdapter.cs
- ResXFileRef.cs
- DataConnectionHelper.cs
- StrokeNodeOperations.cs
- UpdatePanelTrigger.cs
- CommentEmitter.cs
- GeneralTransform3D.cs
- NativeMethods.cs
- Calendar.cs
- WebReferencesBuildProvider.cs
- _ScatterGatherBuffers.cs
- ConfigXmlCDataSection.cs
- CapabilitiesPattern.cs
- NativeMethods.cs
- ContainerActivationHelper.cs
- StringReader.cs
- entityreference_tresulttype.cs
- ListMarkerSourceInfo.cs
- ResXResourceSet.cs
- HitTestResult.cs
- ExchangeUtilities.cs
- BlurBitmapEffect.cs
- SimpleTextLine.cs
- UseAttributeSetsAction.cs
- TraceHwndHost.cs
- XPathNavigatorException.cs
- SystemThemeKey.cs
- RichTextBoxDesigner.cs
- ControlCachePolicy.cs
- HiddenFieldPageStatePersister.cs
- AccessDataSource.cs
- SqlLiftWhereClauses.cs
- ProcessStartInfo.cs
- DesignSurfaceEvent.cs
- StringInfo.cs
- WSHttpBindingBaseElement.cs
- Vector3D.cs
- DateTimeValueSerializer.cs
- Window.cs
- MemoryFailPoint.cs
- ProviderConnectionPointCollection.cs
- ConstructorBuilder.cs
- ServiceOperationHelpers.cs
- ResolveInfo.cs
- IntSecurity.cs
- DocumentReferenceCollection.cs
- HtmlControlPersistable.cs
- BaseInfoTable.cs
- XmlElementAttribute.cs
- SQLDecimalStorage.cs
- TextRangeEditLists.cs
- NamespaceQuery.cs
- XpsResource.cs
- PassportAuthenticationEventArgs.cs
- ToolStripSplitButton.cs
- AppDomainAttributes.cs
- BaseValidator.cs
- ZipIOExtraFieldZip64Element.cs
- FontDriver.cs
- DetailsViewPagerRow.cs
- HttpValueCollection.cs
- MethodRental.cs
- WebMessageEncodingElement.cs
- TextDocumentView.cs
- InlineCollection.cs
- HostedAspNetEnvironment.cs
- MetadataItemCollectionFactory.cs
- UniqueEventHelper.cs
- CompilerResults.cs
- Expression.cs
- Visitor.cs
- TypeExtensionSerializer.cs
- SimpleApplicationHost.cs
- DSASignatureFormatter.cs
- QilPatternVisitor.cs
- WebPartConnectionsCancelEventArgs.cs
- PartialTrustVisibleAssembly.cs
- Operand.cs
- AttachedPropertyDescriptor.cs
- HandlerFactoryCache.cs
- TransactionManager.cs
- EmbeddedMailObjectsCollection.cs
- ModuleBuilder.cs
- COM2IProvidePropertyBuilderHandler.cs
- DbConnectionPoolGroupProviderInfo.cs
- XmlNamespaceManager.cs
- DecimalConstantAttribute.cs
- _AcceptOverlappedAsyncResult.cs
- PenThread.cs
- ViewSimplifier.cs
- TextParagraph.cs