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
- SelfSignedCertificate.cs
- BitmapMetadataBlob.cs
- IdentityNotMappedException.cs
- DependencyPropertyConverter.cs
- WindowsSysHeader.cs
- Underline.cs
- Span.cs
- Msec.cs
- GridViewCellAutomationPeer.cs
- SwitchElementsCollection.cs
- ExpressionEditorAttribute.cs
- AuthenticationModuleElement.cs
- ComponentEvent.cs
- util.cs
- PropertyDescriptorCollection.cs
- StringComparer.cs
- Codec.cs
- DocumentsTrace.cs
- BitmapEffectGeneralTransform.cs
- RefreshEventArgs.cs
- ControlPropertyNameConverter.cs
- Hash.cs
- MatchingStyle.cs
- WebPartHeaderCloseVerb.cs
- GZipDecoder.cs
- BackEase.cs
- ComponentDispatcher.cs
- xml.cs
- ModelFactory.cs
- ArrangedElementCollection.cs
- CorrelationQueryBehavior.cs
- __FastResourceComparer.cs
- WizardStepCollectionEditor.cs
- SoapFault.cs
- MailSettingsSection.cs
- SizeF.cs
- FixedLineResult.cs
- FaultCode.cs
- EpmCustomContentSerializer.cs
- SignedInfo.cs
- EventProvider.cs
- DPTypeDescriptorContext.cs
- SortedDictionary.cs
- messageonlyhwndwrapper.cs
- NetworkInformationPermission.cs
- Selector.cs
- DataTrigger.cs
- DetailsViewInsertedEventArgs.cs
- ImageClickEventArgs.cs
- OleDbInfoMessageEvent.cs
- Zone.cs
- PageParserFilter.cs
- StrokeNodeOperations.cs
- XmlSchemaAttributeGroup.cs
- BidOverLoads.cs
- CSharpCodeProvider.cs
- ContentFileHelper.cs
- NonSerializedAttribute.cs
- Decimal.cs
- SuppressMessageAttribute.cs
- PropertyKey.cs
- DockAndAnchorLayout.cs
- AstTree.cs
- RoutingConfiguration.cs
- StoreContentChangedEventArgs.cs
- ThemeableAttribute.cs
- ListViewSortEventArgs.cs
- CharEntityEncoderFallback.cs
- BulletDecorator.cs
- MultipleViewPattern.cs
- Resources.Designer.cs
- GroupQuery.cs
- XmlAttributeAttribute.cs
- RegexCaptureCollection.cs
- IImplicitResourceProvider.cs
- ByteStorage.cs
- DataKeyArray.cs
- CurrencyManager.cs
- PersistChildrenAttribute.cs
- DataGridViewCellConverter.cs
- SiteMapNodeItem.cs
- AuthenticationSchemesHelper.cs
- WindowsEditBoxRange.cs
- AccessDataSourceView.cs
- ActivityExecutor.cs
- PerformanceCounterLib.cs
- IdnElement.cs
- XmlSchemaSet.cs
- ParserExtension.cs
- ElasticEase.cs
- DataSourceListEditor.cs
- MetaDataInfo.cs
- SqlBuffer.cs
- PrivilegedConfigurationManager.cs
- ContextQuery.cs
- SafeProcessHandle.cs
- DataListItemEventArgs.cs
- DoubleUtil.cs
- TextElementEnumerator.cs
- FileSystemInfo.cs