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
- InfoCardMasterKey.cs
- ConfigurationLockCollection.cs
- ReadOnlyCollection.cs
- GcHandle.cs
- SevenBitStream.cs
- BeginEvent.cs
- NeutralResourcesLanguageAttribute.cs
- HttpDebugHandler.cs
- DesignerWebPartChrome.cs
- DataGridViewCellStyle.cs
- BamlRecordWriter.cs
- QilLoop.cs
- DeriveBytes.cs
- GenericTextProperties.cs
- Underline.cs
- MILUtilities.cs
- BamlReader.cs
- DependencyObjectPropertyDescriptor.cs
- SequenceNumber.cs
- SoapUnknownHeader.cs
- CodeTypeConstructor.cs
- transactioncontext.cs
- UInt32Converter.cs
- UpWmlPageAdapter.cs
- ConfigurationErrorsException.cs
- NetworkCredential.cs
- LinkedResourceCollection.cs
- EntitySqlQueryState.cs
- AsymmetricAlgorithm.cs
- MenuCommand.cs
- odbcmetadatacollectionnames.cs
- BooleanToVisibilityConverter.cs
- XmlSchemaFacet.cs
- InstancePersistenceCommandException.cs
- PackageRelationship.cs
- FormattedText.cs
- DPCustomTypeDescriptor.cs
- CipherData.cs
- UTF8Encoding.cs
- ToolStripTextBox.cs
- QueryCursorEventArgs.cs
- WebPartZoneBaseDesigner.cs
- SystemParameters.cs
- OracleParameterBinding.cs
- TokenBasedSet.cs
- StrokeRenderer.cs
- RSAPKCS1SignatureDeformatter.cs
- UnitControl.cs
- DecimalAnimationBase.cs
- HandlerMappingMemo.cs
- NavigationWindowAutomationPeer.cs
- JumpPath.cs
- MdiWindowListItemConverter.cs
- Expression.cs
- HttpApplication.cs
- ErrorEventArgs.cs
- Sentence.cs
- BrushMappingModeValidation.cs
- PropVariant.cs
- Transactions.cs
- ReachVisualSerializerAsync.cs
- LayoutEditorPart.cs
- SafePEFileHandle.cs
- DbDataReader.cs
- DrawingVisualDrawingContext.cs
- XmlNamespaceMapping.cs
- TreeViewImageIndexConverter.cs
- InstanceBehavior.cs
- RelativeSource.cs
- MultiplexingFormatMapping.cs
- RecognizedPhrase.cs
- XmlWellformedWriter.cs
- EdmPropertyAttribute.cs
- DataMemberListEditor.cs
- DocumentCollection.cs
- StringArrayConverter.cs
- ServiceOperationParameter.cs
- _Win32.cs
- ToolStripSplitStackLayout.cs
- infer.cs
- SingleAnimationBase.cs
- ProcessModelSection.cs
- XmlCodeExporter.cs
- StylusDownEventArgs.cs
- HotSpotCollectionEditor.cs
- InvalidFilterCriteriaException.cs
- GeneralTransform3DCollection.cs
- ParagraphVisual.cs
- XmlArrayAttribute.cs
- LabelAutomationPeer.cs
- DataGridViewRowCancelEventArgs.cs
- XmlCountingReader.cs
- DictionaryItemsCollection.cs
- ManualResetEvent.cs
- SafeArrayRankMismatchException.cs
- DataSourceDescriptorCollection.cs
- TextEndOfParagraph.cs
- CultureTableRecord.cs
- TableAutomationPeer.cs
- QuadraticBezierSegment.cs