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
- InsufficientMemoryException.cs
- ColorAnimationUsingKeyFrames.cs
- TypeUsageBuilder.cs
- WebPartRestoreVerb.cs
- SoapExtensionReflector.cs
- NullReferenceException.cs
- TraceListeners.cs
- LinearQuaternionKeyFrame.cs
- TemplateInstanceAttribute.cs
- RectConverter.cs
- TypeGeneratedEventArgs.cs
- State.cs
- CheckableControlBaseAdapter.cs
- WinFormsSecurity.cs
- DataGridSortCommandEventArgs.cs
- TrustVersion.cs
- RuntimeHelpers.cs
- WorkflowInstanceQuery.cs
- SyntaxCheck.cs
- GenericUriParser.cs
- MultiSelector.cs
- GeneralTransform2DTo3DTo2D.cs
- CollectionViewGroupRoot.cs
- RangeBase.cs
- CodeSubDirectoriesCollection.cs
- KeysConverter.cs
- AuthenticationSection.cs
- SharedDp.cs
- LogicalTreeHelper.cs
- ItemAutomationPeer.cs
- ProgressBar.cs
- DropDownButton.cs
- DoubleIndependentAnimationStorage.cs
- SoapProtocolReflector.cs
- ApplicationId.cs
- MemberDescriptor.cs
- QueryExpr.cs
- Roles.cs
- MatrixTransform.cs
- CellConstant.cs
- MouseCaptureWithinProperty.cs
- SqlLiftIndependentRowExpressions.cs
- WebServiceParameterData.cs
- ClientType.cs
- WebBrowserPermission.cs
- Monitor.cs
- BindingList.cs
- BitVec.cs
- MouseGesture.cs
- DataGridViewTextBoxEditingControl.cs
- CapabilitiesPattern.cs
- GenericEnumerator.cs
- AccessibleObject.cs
- ErrorRuntimeConfig.cs
- BitmapEffect.cs
- ObservableCollection.cs
- EventlogProvider.cs
- EmptyQuery.cs
- InternalDuplexChannelFactory.cs
- HtmlTableRow.cs
- SimpleParser.cs
- TripleDESCryptoServiceProvider.cs
- NavigationFailedEventArgs.cs
- SystemFonts.cs
- CheckBoxBaseAdapter.cs
- ControlUtil.cs
- SignatureDescription.cs
- RegexNode.cs
- NonPrimarySelectionGlyph.cs
- OverflowException.cs
- SafeFileMappingHandle.cs
- ChannelPoolSettingsElement.cs
- Thumb.cs
- CodeThrowExceptionStatement.cs
- CaseCqlBlock.cs
- Win32Exception.cs
- Vector.cs
- WindowsServiceCredential.cs
- ToolStripDropDown.cs
- GridViewCommandEventArgs.cs
- XmlAttributes.cs
- NamespaceQuery.cs
- Odbc32.cs
- MD5CryptoServiceProvider.cs
- TextContainerChangeEventArgs.cs
- ObjectConverter.cs
- HttpResponseHeader.cs
- TraceHwndHost.cs
- JsonSerializer.cs
- DataBinder.cs
- SecurityUtils.cs
- DataGridBeginningEditEventArgs.cs
- XmlNodeList.cs
- AnnotationComponentChooser.cs
- ColorTranslator.cs
- RSAPKCS1SignatureDeformatter.cs
- DataKeyCollection.cs
- ObjectDataSourceFilteringEventArgs.cs
- WebPartVerbsEventArgs.cs
- Expression.DebuggerProxy.cs