Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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) {
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CustomTypeDescriptor.cs
- SafeArrayRankMismatchException.cs
- COM2FontConverter.cs
- PresentationAppDomainManager.cs
- CloudCollection.cs
- Translator.cs
- SynchronizationLockException.cs
- WmpBitmapDecoder.cs
- RIPEMD160Managed.cs
- SynchronousChannel.cs
- WindowsSecurityTokenAuthenticator.cs
- RectangleConverter.cs
- DirtyTextRange.cs
- CheckBoxPopupAdapter.cs
- ManagedWndProcTracker.cs
- SByte.cs
- PathBox.cs
- RuntimeTrackingProfile.cs
- Win32.cs
- AttributeProviderAttribute.cs
- PolygonHotSpot.cs
- SafeHandle.cs
- UnsafeNativeMethods.cs
- bindurihelper.cs
- wgx_render.cs
- XsdValidatingReader.cs
- MessageEventSubscriptionService.cs
- DbDataRecord.cs
- ResXResourceSet.cs
- SystemWebCachingSectionGroup.cs
- ContextMenuStrip.cs
- ReferenceConverter.cs
- TaiwanCalendar.cs
- ProxyWebPartManager.cs
- ProcessHostConfigUtils.cs
- AliasedSlot.cs
- TemplateContent.cs
- SchemaImporterExtensionsSection.cs
- UInt32.cs
- FormViewDeletedEventArgs.cs
- XDRSchema.cs
- ScrollBar.cs
- VariableAction.cs
- ObfuscationAttribute.cs
- ProxySimple.cs
- MemoryMappedFile.cs
- NameGenerator.cs
- MatrixTransform3D.cs
- FacetEnabledSchemaElement.cs
- RestHandler.cs
- XmlReflectionImporter.cs
- ValueSerializerAttribute.cs
- AmbientLight.cs
- NotificationContext.cs
- AdapterUtil.cs
- InputBinder.cs
- LeftCellWrapper.cs
- ObjectDataSourceSelectingEventArgs.cs
- PropVariant.cs
- TemplateBindingExtensionConverter.cs
- CreateUserErrorEventArgs.cs
- FormsAuthenticationModule.cs
- AssemblyInfo.cs
- WorkflowMarkupSerializationProvider.cs
- TextParaLineResult.cs
- IODescriptionAttribute.cs
- BasicHttpMessageCredentialType.cs
- ExtenderControl.cs
- MarkupProperty.cs
- XhtmlCssHandler.cs
- SafeThemeHandle.cs
- ImageSource.cs
- BrowserDefinitionCollection.cs
- MediaPlayer.cs
- BaseResourcesBuildProvider.cs
- LambdaCompiler.Generated.cs
- WindowsFormsHelpers.cs
- DesignerSerializationVisibilityAttribute.cs
- DataGridViewCheckBoxCell.cs
- UnsafeNetInfoNativeMethods.cs
- SqlUtil.cs
- StateMachineSubscriptionManager.cs
- GenericTextProperties.cs
- HyperLinkStyle.cs
- MDIClient.cs
- StringCollection.cs
- DataPointer.cs
- Transform.cs
- arclist.cs
- XmlSchemaAll.cs
- TdsParserStaticMethods.cs
- DirectoryInfo.cs
- ElementAtQueryOperator.cs
- DbFunctionCommandTree.cs
- GetPageCompletedEventArgs.cs
- DataGridViewCellValidatingEventArgs.cs
- SplitContainerDesigner.cs
- EntityClientCacheEntry.cs
- FamilyMapCollection.cs
- EventData.cs