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
- DrawingDrawingContext.cs
- EntityCommandDefinition.cs
- WindowVisualStateTracker.cs
- ClientSideProviderDescription.cs
- XPathEmptyIterator.cs
- XmlCodeExporter.cs
- TypedTableHandler.cs
- Drawing.cs
- InstanceCreationEditor.cs
- LocatorBase.cs
- RedirectionProxy.cs
- MembershipSection.cs
- WebPartZone.cs
- DataGridClipboardCellContent.cs
- ExpressionBuilderContext.cs
- InvalidPipelineStoreException.cs
- PolyQuadraticBezierSegment.cs
- CultureTable.cs
- TraceRecord.cs
- BamlCollectionHolder.cs
- BooleanConverter.cs
- DbMetaDataCollectionNames.cs
- StructuredType.cs
- StrokeCollectionConverter.cs
- RotateTransform3D.cs
- DataObjectFieldAttribute.cs
- XmlSchemaComplexType.cs
- XpsPackagingPolicy.cs
- ToolStripContentPanel.cs
- XmlILModule.cs
- LeaseManager.cs
- Matrix3DConverter.cs
- TabItem.cs
- Converter.cs
- XmlHierarchicalEnumerable.cs
- UntypedNullExpression.cs
- GridViewSelectEventArgs.cs
- TdsParserSessionPool.cs
- Pipe.cs
- input.cs
- WindowsEditBoxRange.cs
- LambdaExpression.cs
- Identity.cs
- InlinedAggregationOperator.cs
- IntranetCredentialPolicy.cs
- DbProviderConfigurationHandler.cs
- ResourceProviderFactory.cs
- GAC.cs
- CodeVariableReferenceExpression.cs
- DesignTimeParseData.cs
- XappLauncher.cs
- CheckBox.cs
- PointF.cs
- XpsS0ValidatingLoader.cs
- bidPrivateBase.cs
- Translator.cs
- WebZone.cs
- LinearKeyFrames.cs
- DataContractSerializerMessageContractImporter.cs
- ImageAutomationPeer.cs
- XmlDocumentSchema.cs
- ServiceOperationWrapper.cs
- InstanceLockQueryResult.cs
- ObjectStateManagerMetadata.cs
- ToolBarButtonClickEvent.cs
- DbProviderFactory.cs
- NgenServicingAttributes.cs
- Brushes.cs
- SchemaCollectionPreprocessor.cs
- InheritanceRules.cs
- DesignerHost.cs
- Pool.cs
- TextEditorThreadLocalStore.cs
- __TransparentProxy.cs
- Symbol.cs
- SearchExpression.cs
- HwndSubclass.cs
- FixedTextView.cs
- Lease.cs
- SQLInt16Storage.cs
- UpdateTranslator.cs
- Int32RectValueSerializer.cs
- FileSystemEventArgs.cs
- PageAsyncTaskManager.cs
- InfoCardProofToken.cs
- ConditionCollection.cs
- BamlStream.cs
- Mapping.cs
- FreezableOperations.cs
- CreateUserWizard.cs
- EntityParameter.cs
- KeyValuePairs.cs
- dataprotectionpermission.cs
- SQLInt64.cs
- SamlAction.cs
- CodeMemberEvent.cs
- UserNamePasswordValidator.cs
- UdpDuplexChannel.cs
- WmlControlAdapter.cs
- WeakReferenceEnumerator.cs