Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ImportStoreException.cs / 1 / ImportStoreException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Microsoft.InfoCards
{
using System;
using System.Runtime.Serialization;
using Microsoft.InfoCards.Diagnostics;
//
// Indicates there was an issue with the importing of data
// with multiple cards into the system.
//
internal class ImportStoreException : InfoCardBaseException
{
//
// This the code that this exception translates into.
//
const int HRESULT = (int)EventCode.E_ICARD_STORE_IMPORT;
public ImportStoreException()
: base( HRESULT )
{
}
public ImportStoreException( string message )
:base( HRESULT, message )
{
}
public ImportStoreException( string message, Exception inner )
: base( HRESULT, message, inner )
{
}
protected ImportStoreException( SerializationInfo si, StreamingContext sc )
: base( HRESULT, si, sc )
{
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SByteStorage.cs
- DetailsViewInsertedEventArgs.cs
- CodeLabeledStatement.cs
- MarkupCompilePass1.cs
- CellCreator.cs
- ResourceType.cs
- RecommendedAsConfigurableAttribute.cs
- MimeFormatter.cs
- AncillaryOps.cs
- CacheSection.cs
- ITreeGenerator.cs
- ApplicationServicesHostFactory.cs
- XmlSchemas.cs
- CalendarKeyboardHelper.cs
- ObjectListItem.cs
- PersonalizationDictionary.cs
- ModelProperty.cs
- ScriptServiceAttribute.cs
- BezierSegment.cs
- XmlILIndex.cs
- BaseConfigurationRecord.cs
- Converter.cs
- ManagementQuery.cs
- DataGridViewHeaderCell.cs
- SharedUtils.cs
- BoundConstants.cs
- ExpressionPrinter.cs
- CommonXSendMessage.cs
- BuildResult.cs
- TCEAdapterGenerator.cs
- InstallerTypeAttribute.cs
- SHA512Managed.cs
- NativeMethodsCLR.cs
- StylusPointPropertyUnit.cs
- Int64Converter.cs
- ChangeTracker.cs
- UpDownBase.cs
- EncryptedType.cs
- EntryWrittenEventArgs.cs
- OdbcInfoMessageEvent.cs
- VariantWrapper.cs
- ExtentCqlBlock.cs
- TimelineGroup.cs
- XmlSignatureProperties.cs
- CloudCollection.cs
- Brushes.cs
- dtdvalidator.cs
- PkcsUtils.cs
- BuildProviderAppliesToAttribute.cs
- LinqDataSourceDeleteEventArgs.cs
- TabControl.cs
- HttpSessionStateBase.cs
- shaper.cs
- WebBrowserEvent.cs
- X509Extension.cs
- StylusPlugInCollection.cs
- ExpressionBuilder.cs
- PeerObject.cs
- CommandLibraryHelper.cs
- PeerChannelFactory.cs
- StylusDevice.cs
- IndependentAnimationStorage.cs
- StatusBarPanelClickEvent.cs
- ImageAttributes.cs
- DbMetaDataFactory.cs
- CodeChecksumPragma.cs
- MarshalDirectiveException.cs
- TypeConverter.cs
- DriveInfo.cs
- ApplicationCommands.cs
- HashCryptoHandle.cs
- RepeatButton.cs
- ImageBrush.cs
- ImmutableObjectAttribute.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- UseAttributeSetsAction.cs
- LinkUtilities.cs
- CopyNodeSetAction.cs
- DocumentViewerHelper.cs
- Range.cs
- TextCompositionEventArgs.cs
- LocalBuilder.cs
- ToolStripPanelSelectionGlyph.cs
- CompilerInfo.cs
- HtmlSelect.cs
- CodeGotoStatement.cs
- ProxyFragment.cs
- DetailsViewUpdateEventArgs.cs
- TransformCollection.cs
- StateMachineWorkflow.cs
- StylusPointProperty.cs
- BinaryNode.cs
- CursorConverter.cs
- ConfigurationFileMap.cs
- ReadOnlyCollectionBase.cs
- UnsafeNativeMethods.cs
- RepeatBehaviorConverter.cs
- OracleFactory.cs
- smtppermission.cs
- URLString.cs