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
- SmtpMail.cs
- CheckBoxField.cs
- AbstractSvcMapFileLoader.cs
- PhotoPrintingIntent.cs
- Lock.cs
- IdnElement.cs
- DefaultValueTypeConverter.cs
- SoapSchemaImporter.cs
- HttpHandlerActionCollection.cs
- Attributes.cs
- Propagator.ExtentPlaceholderCreator.cs
- ListSourceHelper.cs
- AutomationIdentifierGuids.cs
- BlobPersonalizationState.cs
- XmlReader.cs
- XmlILStorageConverter.cs
- HttpModuleAction.cs
- AccessorTable.cs
- StyleCollection.cs
- PhysicalFontFamily.cs
- PassportIdentity.cs
- SHA512Managed.cs
- RotateTransform.cs
- PenThreadPool.cs
- SafeProcessHandle.cs
- GridItem.cs
- ImmutableCollection.cs
- FormViewDeletedEventArgs.cs
- DataGridItemAutomationPeer.cs
- TextEvent.cs
- HttpMethodAttribute.cs
- Exception.cs
- CollectionBuilder.cs
- DPCustomTypeDescriptor.cs
- NGCSerializationManagerAsync.cs
- LeftCellWrapper.cs
- StyleSelector.cs
- HtmlTitle.cs
- CollectionViewProxy.cs
- BamlRecords.cs
- Help.cs
- ServiceEndpointElementCollection.cs
- ConnectionInterfaceCollection.cs
- XpsPackagingPolicy.cs
- ControlAdapter.cs
- PrtTicket_Public_Simple.cs
- MailDefinitionBodyFileNameEditor.cs
- RC2CryptoServiceProvider.cs
- InlineCollection.cs
- XamlToRtfWriter.cs
- UnsafeNativeMethodsTablet.cs
- _NestedSingleAsyncResult.cs
- AttachedProperty.cs
- ReadOnlyPermissionSet.cs
- ClassGenerator.cs
- EntityContainerEntitySet.cs
- BaseCollection.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- _IPv4Address.cs
- NullableDecimalAverageAggregationOperator.cs
- CodeLinePragma.cs
- Timer.cs
- DataGridColumnCollectionEditor.cs
- WindowsTreeView.cs
- PackageRelationship.cs
- DataGridParentRows.cs
- HtmlAnchor.cs
- UnicodeEncoding.cs
- Range.cs
- PlanCompilerUtil.cs
- PropertyIdentifier.cs
- EntitySqlQueryBuilder.cs
- MarginCollapsingState.cs
- Transform.cs
- XmlnsCache.cs
- XmlAutoDetectWriter.cs
- SlipBehavior.cs
- AnimatedTypeHelpers.cs
- XsdSchemaFileEditor.cs
- TraceSwitch.cs
- InkPresenterAutomationPeer.cs
- EventListenerClientSide.cs
- XslUrlEditor.cs
- MetadataCache.cs
- ObjectViewFactory.cs
- KeyManager.cs
- Item.cs
- Stack.cs
- GenericPrincipal.cs
- SimpleHandlerFactory.cs
- FileVersionInfo.cs
- ToolStripContainer.cs
- DeferredReference.cs
- Track.cs
- XmlNodeList.cs
- ListControlConvertEventArgs.cs
- ToolBar.cs
- OpCellTreeNode.cs
- EditorOptionAttribute.cs
- LineInfo.cs