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
- CombinedGeometry.cs
- CookielessHelper.cs
- XmlAttributeOverrides.cs
- GuidelineCollection.cs
- TrackingServices.cs
- WebRequest.cs
- ReadonlyMessageFilter.cs
- ContextQuery.cs
- LocalBuilder.cs
- ChangeProcessor.cs
- ListControl.cs
- EnumConverter.cs
- StatusBarAutomationPeer.cs
- SafeNativeMethodsOther.cs
- XPathBuilder.cs
- SecurityManager.cs
- LineVisual.cs
- Parameter.cs
- XmlDigitalSignatureProcessor.cs
- SecurityDocument.cs
- parserscommon.cs
- Action.cs
- XmlQueryType.cs
- CompilerGlobalScopeAttribute.cs
- JsonClassDataContract.cs
- HostProtectionException.cs
- CheckBoxRenderer.cs
- MeshGeometry3D.cs
- ProgressBarBrushConverter.cs
- XmlComment.cs
- RegexRunner.cs
- PathGeometry.cs
- OperandQuery.cs
- SubclassTypeValidator.cs
- TextLineResult.cs
- AlphabetConverter.cs
- ResourcePermissionBase.cs
- ClientSettingsProvider.cs
- FlowDocumentReaderAutomationPeer.cs
- DataGridViewAdvancedBorderStyle.cs
- Int32RectValueSerializer.cs
- ObjectManager.cs
- SpecialNameAttribute.cs
- ResourceDisplayNameAttribute.cs
- ProfileManager.cs
- HtmlInputImage.cs
- Action.cs
- FilePrompt.cs
- FormViewPagerRow.cs
- _TransmitFileOverlappedAsyncResult.cs
- COM2EnumConverter.cs
- UIElementPropertyUndoUnit.cs
- StringFunctions.cs
- SpellerError.cs
- DataRow.cs
- SerializerWriterEventHandlers.cs
- CookieHandler.cs
- MenuTracker.cs
- CodeArrayIndexerExpression.cs
- Popup.cs
- WebPartVerbCollection.cs
- loginstatus.cs
- EngineSiteSapi.cs
- WebRequestModuleElementCollection.cs
- BaseTreeIterator.cs
- DrawingCollection.cs
- JournalNavigationScope.cs
- _DomainName.cs
- UInt64Storage.cs
- XPathBuilder.cs
- FileChangeNotifier.cs
- HttpResponseHeader.cs
- UnsafeNetInfoNativeMethods.cs
- Events.cs
- SerializationFieldInfo.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- PlainXmlWriter.cs
- TextElement.cs
- QueryCacheManager.cs
- DataObjectFieldAttribute.cs
- SqlParameterCollection.cs
- ServiceDiscoveryBehavior.cs
- ToolTip.cs
- DefaultProxySection.cs
- MediaPlayerState.cs
- SqlDataSourceSelectingEventArgs.cs
- TextProperties.cs
- Model3D.cs
- RemoteDebugger.cs
- CreateUserWizardStep.cs
- RightsManagementEncryptedStream.cs
- InvalidProgramException.cs
- VBCodeProvider.cs
- DashStyles.cs
- DefaultPropertyAttribute.cs
- SimpleTextLine.cs
- PrintDialog.cs
- TripleDES.cs
- DropDownButton.cs
- ToolStripDropDownButton.cs