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
- OLEDB_Util.cs
- DynamicVirtualDiscoSearcher.cs
- InstanceOwnerQueryResult.cs
- xmlsaver.cs
- LassoSelectionBehavior.cs
- UriWriter.cs
- SmiEventStream.cs
- GACMembershipCondition.cs
- RequestResizeEvent.cs
- XmlSchemaSet.cs
- CurrentTimeZone.cs
- Evaluator.cs
- Constants.cs
- SchemaCompiler.cs
- ForceCopyBuildProvider.cs
- NavigationProgressEventArgs.cs
- SqlBooleanMismatchVisitor.cs
- DataGridTemplateColumn.cs
- KernelTypeValidation.cs
- RepeaterItemEventArgs.cs
- QilReference.cs
- FixedDocumentPaginator.cs
- CellLabel.cs
- CustomBinding.cs
- TaskScheduler.cs
- Registry.cs
- CollectionCodeDomSerializer.cs
- Baml2006SchemaContext.cs
- CFStream.cs
- BindingContext.cs
- SecUtil.cs
- DbProviderFactory.cs
- XmlSchemaObjectTable.cs
- WebProxyScriptElement.cs
- CapabilitiesUse.cs
- FileDataSourceCache.cs
- PropertyPath.cs
- ToolStripRenderEventArgs.cs
- RoutedEventHandlerInfo.cs
- HtmlTitle.cs
- GacUtil.cs
- PartitionerStatic.cs
- EntityFrameworkVersions.cs
- LinqDataSourceValidationException.cs
- MatrixTransform.cs
- ProxyGenerator.cs
- TriggerBase.cs
- TextRange.cs
- SimpleMailWebEventProvider.cs
- GenericTypeParameterBuilder.cs
- ThaiBuddhistCalendar.cs
- RuleConditionDialog.cs
- LinqDataSourceSelectEventArgs.cs
- HeaderUtility.cs
- OleDragDropHandler.cs
- ParameterEditorUserControl.cs
- DivideByZeroException.cs
- PeerTransportSecuritySettings.cs
- OracleException.cs
- XPathPatternParser.cs
- SqlColumnizer.cs
- UITypeEditor.cs
- PopupEventArgs.cs
- Tile.cs
- AssemblyHash.cs
- TraceHandler.cs
- EventProxy.cs
- SubMenuStyle.cs
- BitSet.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- WebSysDescriptionAttribute.cs
- AnnotationComponentManager.cs
- TokenDescriptor.cs
- PerfService.cs
- FunctionQuery.cs
- bindurihelper.cs
- WsdlInspector.cs
- WindowsFormsLinkLabel.cs
- InputMethodStateTypeInfo.cs
- TextTreeExtractElementUndoUnit.cs
- Light.cs
- FileChangeNotifier.cs
- RSAProtectedConfigurationProvider.cs
- FileDocument.cs
- XmlSchemaCompilationSettings.cs
- ListViewUpdatedEventArgs.cs
- ObjectHandle.cs
- RegexNode.cs
- RelationalExpressions.cs
- BitmapEffectrendercontext.cs
- ProfileModule.cs
- KeyGesture.cs
- FloatAverageAggregationOperator.cs
- SystemThemeKey.cs
- CompModSwitches.cs
- DataSourceSelectArguments.cs
- MDIControlStrip.cs
- CompositeTypefaceMetrics.cs
- invalidudtexception.cs
- Roles.cs