Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DataGridSortingEventArgs.cs
- SignedInfo.cs
- WindowsSolidBrush.cs
- HtmlString.cs
- HiddenFieldPageStatePersister.cs
- WorkflowRuntime.cs
- Point3DCollectionConverter.cs
- DependencyObjectType.cs
- TableRowGroup.cs
- RadioButtonAutomationPeer.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- WindowsComboBox.cs
- GregorianCalendar.cs
- Keywords.cs
- EventBuilder.cs
- StringUtil.cs
- MenuItemStyle.cs
- SystemWebExtensionsSectionGroup.cs
- RecognizedPhrase.cs
- XmlAnyElementAttribute.cs
- DesignerVerbToolStripMenuItem.cs
- Activity.cs
- MinimizableAttributeTypeConverter.cs
- CompModSwitches.cs
- InlineUIContainer.cs
- ObjectMemberMapping.cs
- ClientUtils.cs
- Serializer.cs
- XmlNodeReader.cs
- BatchStream.cs
- ListViewPagedDataSource.cs
- Resources.Designer.cs
- IdleTimeoutMonitor.cs
- ProfilePropertyNameValidator.cs
- SQLDouble.cs
- PropertyTabChangedEvent.cs
- Delegate.cs
- _NegoStream.cs
- RuntimeArgumentHandle.cs
- sapiproxy.cs
- DataServiceProviderMethods.cs
- PropertyValue.cs
- TreeNodeStyleCollectionEditor.cs
- CompositeDataBoundControl.cs
- WorkflowHostingResponseContext.cs
- Substitution.cs
- AmbientValueAttribute.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- PropertyGeneratedEventArgs.cs
- PropertyEmitter.cs
- DataGridViewRow.cs
- SerializationFieldInfo.cs
- ComplexPropertyEntry.cs
- DefaultDialogButtons.cs
- ZipIOBlockManager.cs
- SyndicationDeserializer.cs
- CompilerTypeWithParams.cs
- MoveSizeWinEventHandler.cs
- DataTableReader.cs
- PngBitmapDecoder.cs
- CodeTypeMember.cs
- SqlPersonalizationProvider.cs
- WebPartTransformerCollection.cs
- ScalarConstant.cs
- WebPartMovingEventArgs.cs
- UnmanagedBitmapWrapper.cs
- SecurityManager.cs
- Matrix.cs
- FtpCachePolicyElement.cs
- SynchronizationContext.cs
- PkcsMisc.cs
- JsonStringDataContract.cs
- CodeIterationStatement.cs
- TableLayoutPanel.cs
- SessionState.cs
- graph.cs
- AuthenticatingEventArgs.cs
- XpsFontSubsetter.cs
- TextHintingModeValidation.cs
- DebugController.cs
- ActiveDocumentEvent.cs
- JsonFormatReaderGenerator.cs
- DebugInfoGenerator.cs
- ImageMapEventArgs.cs
- XPathDocumentNavigator.cs
- BaseCodeDomTreeGenerator.cs
- DockEditor.cs
- CodeArgumentReferenceExpression.cs
- ExceptionUtil.cs
- WindowsTreeView.cs
- HttpCookieCollection.cs
- ModifiableIteratorCollection.cs
- KeyValueInternalCollection.cs
- Assign.cs
- ReaderContextStackData.cs
- SqlNodeAnnotation.cs
- CorrelationManager.cs
- SoapFault.cs
- SerializerDescriptor.cs
- ModelEditingScope.cs