Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DBAsyncResult.cs
- PageSettings.cs
- ControlPaint.cs
- ServiceProviders.cs
- LeftCellWrapper.cs
- ImageSourceValueSerializer.cs
- UnmanagedMemoryAccessor.cs
- OrderingExpression.cs
- EventLogPermissionEntryCollection.cs
- CmsInterop.cs
- ProxyManager.cs
- Executor.cs
- SliderAutomationPeer.cs
- ObjectCache.cs
- AttachedAnnotationChangedEventArgs.cs
- ContractTypeNameElement.cs
- BinaryConverter.cs
- KeySplineConverter.cs
- _SafeNetHandles.cs
- PromptStyle.cs
- EditingScopeUndoUnit.cs
- SocketCache.cs
- TreeBuilderXamlTranslator.cs
- DocobjHost.cs
- TextHintingModeValidation.cs
- ColumnCollection.cs
- ToolStripRendererSwitcher.cs
- Style.cs
- CodeTypeConstructor.cs
- MergablePropertyAttribute.cs
- DataGridBoolColumn.cs
- AdornerDecorator.cs
- ListView.cs
- JsonWriter.cs
- URLIdentityPermission.cs
- SettingsPropertyNotFoundException.cs
- DataServiceQueryException.cs
- ContentDefinition.cs
- Msmq4SubqueuePoisonHandler.cs
- HtmlEmptyTagControlBuilder.cs
- XamlClipboardData.cs
- ColumnWidthChangingEvent.cs
- QilDataSource.cs
- DataSysAttribute.cs
- JsonClassDataContract.cs
- ConsumerConnectionPointCollection.cs
- XmlDataSourceNodeDescriptor.cs
- FakeModelItemImpl.cs
- TreeView.cs
- InheritedPropertyDescriptor.cs
- TdsParserHelperClasses.cs
- DataPointer.cs
- WsdlBuildProvider.cs
- ArgumentOutOfRangeException.cs
- XmlProcessingInstruction.cs
- SqlComparer.cs
- StandardRuntimeEnumValidator.cs
- ParameterBuilder.cs
- CryptoApi.cs
- Stylus.cs
- RuleConditionDialog.cs
- ViewStateChangedEventArgs.cs
- ListenerConnectionModeReader.cs
- SimpleFileLog.cs
- DependencyObjectProvider.cs
- ClassHandlersStore.cs
- ConsoleCancelEventArgs.cs
- SMSvcHost.cs
- CustomAttributeSerializer.cs
- PrintingPermissionAttribute.cs
- ProfileSection.cs
- TextLineBreak.cs
- ResourceDefaultValueAttribute.cs
- x509store.cs
- OdbcCommand.cs
- DataGridViewColumnDesigner.cs
- RoleGroupCollection.cs
- IntPtr.cs
- EditingMode.cs
- DataSourceView.cs
- SiteMapDataSource.cs
- PerspectiveCamera.cs
- NumberFormatInfo.cs
- SchemeSettingElementCollection.cs
- UpDownBase.cs
- SqlProviderManifest.cs
- Freezable.cs
- ScalarType.cs
- Input.cs
- ResourceReferenceKeyNotFoundException.cs
- CodeExpressionStatement.cs
- CodeTypeParameterCollection.cs
- Operators.cs
- JpegBitmapDecoder.cs
- WebFormDesignerActionService.cs
- PageEventArgs.cs
- GraphicsPath.cs
- ObjectComplexPropertyMapping.cs
- TreeView.cs
- TimeEnumHelper.cs