Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- TopClause.cs
- ParameterCollection.cs
- TextSelectionProcessor.cs
- DataBoundControlHelper.cs
- FastEncoderWindow.cs
- AssemblyFilter.cs
- DataSvcMapFileSerializer.cs
- CompilationLock.cs
- ProcessThread.cs
- TextLine.cs
- Typography.cs
- EventTrigger.cs
- WebPartManager.cs
- TypeSystemHelpers.cs
- SqlInternalConnectionTds.cs
- XsdBuildProvider.cs
- IndexedGlyphRun.cs
- SqlNotificationRequest.cs
- DisplayMemberTemplateSelector.cs
- ImmutableClientRuntime.cs
- HtmlEncodedRawTextWriter.cs
- DbConnectionPoolOptions.cs
- TraceSection.cs
- PropertyNames.cs
- LinqDataSourceUpdateEventArgs.cs
- UTF7Encoding.cs
- XslAstAnalyzer.cs
- ContainerParagraph.cs
- FloatAverageAggregationOperator.cs
- CachingHintValidation.cs
- WindowsScrollBarBits.cs
- ObjectListItem.cs
- FloaterParagraph.cs
- ToolboxService.cs
- ExecutionContext.cs
- CustomErrorsSectionWrapper.cs
- OracleInfoMessageEventArgs.cs
- ConfigurationCollectionAttribute.cs
- WorkflowOwnershipException.cs
- ProfileSection.cs
- SkewTransform.cs
- OdbcConnectionString.cs
- SqlClientWrapperSmiStream.cs
- _ListenerAsyncResult.cs
- ForceCopyBuildProvider.cs
- MarginsConverter.cs
- PageWrapper.cs
- OdbcConnectionFactory.cs
- Int64Converter.cs
- FormsAuthenticationModule.cs
- SqlReorderer.cs
- DataGridViewRowConverter.cs
- JsonDeserializer.cs
- RawStylusInputReport.cs
- CompilationRelaxations.cs
- RequestDescription.cs
- OracleBoolean.cs
- CompositionCommandSet.cs
- CommentEmitter.cs
- SpellerError.cs
- FillRuleValidation.cs
- ScrollableControl.cs
- SQLBytes.cs
- PerspectiveCamera.cs
- ControlParameter.cs
- WindowsScrollBar.cs
- XmlBinaryReaderSession.cs
- MimeTypeMapper.cs
- BevelBitmapEffect.cs
- StringComparer.cs
- OutputCacheSettingsSection.cs
- DesignerPainter.cs
- Color.cs
- TableCell.cs
- TextSelectionHelper.cs
- BrowserCapabilitiesFactory35.cs
- Helpers.cs
- SqlUtils.cs
- XPathNavigatorReader.cs
- WebPartPersonalization.cs
- PageContentAsyncResult.cs
- ByteConverter.cs
- CounterSampleCalculator.cs
- DateTimeStorage.cs
- MyContact.cs
- DetailsViewPageEventArgs.cs
- ContextMenuService.cs
- ReliableSessionBindingElementImporter.cs
- ConvertEvent.cs
- ConnectionPointCookie.cs
- MSAAEventDispatcher.cs
- DrawListViewItemEventArgs.cs
- RtfToXamlReader.cs
- CredentialManagerDialog.cs
- MonthCalendar.cs
- WindowsUpDown.cs
- WebBrowserNavigatingEventHandler.cs
- NetworkAddressChange.cs
- XsdCachingReader.cs
- EncoderBestFitFallback.cs