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
- RequestCachingSection.cs
- ICspAsymmetricAlgorithm.cs
- BindingContext.cs
- LinkClickEvent.cs
- ResourceKey.cs
- DataViewSetting.cs
- GridSplitterAutomationPeer.cs
- WmpBitmapEncoder.cs
- StorageBasedPackageProperties.cs
- LinqDataSourceHelper.cs
- SystemInfo.cs
- CollectionView.cs
- RectValueSerializer.cs
- XmlUTF8TextWriter.cs
- ScriptManagerProxy.cs
- SessionStateContainer.cs
- Dictionary.cs
- FixedFlowMap.cs
- SQLDouble.cs
- ObjectDataSourceSelectingEventArgs.cs
- VisualTreeUtils.cs
- UnauthorizedWebPart.cs
- CurrentChangingEventManager.cs
- SmiSettersStream.cs
- BindingExpression.cs
- XmlWrappingWriter.cs
- CFStream.cs
- XmlAttributeCollection.cs
- HttpApplication.cs
- StringArrayConverter.cs
- FormsAuthenticationUser.cs
- PreviewPageInfo.cs
- InstanceDescriptor.cs
- WebPartEditorApplyVerb.cs
- RetriableClipboard.cs
- StrongNameMembershipCondition.cs
- SpellerHighlightLayer.cs
- PageTheme.cs
- Events.cs
- TypeForwardedToAttribute.cs
- ECDiffieHellman.cs
- FlagsAttribute.cs
- SessionStateItemCollection.cs
- SystemIPGlobalStatistics.cs
- ConfigurationProperty.cs
- AdCreatedEventArgs.cs
- ImageListStreamer.cs
- HttpModuleActionCollection.cs
- GrammarBuilderBase.cs
- PerformanceCounterManager.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- RijndaelManaged.cs
- activationcontext.cs
- PasswordBoxAutomationPeer.cs
- CustomSignedXml.cs
- DefaultExpressionVisitor.cs
- UnknownWrapper.cs
- GridViewPageEventArgs.cs
- TextSelectionHighlightLayer.cs
- ProfileServiceManager.cs
- WindowsImpersonationContext.cs
- ProfileManager.cs
- Event.cs
- CompilerState.cs
- TdsParameterSetter.cs
- RenderOptions.cs
- ConfigurationManagerInternalFactory.cs
- DisplayNameAttribute.cs
- ServicePointManager.cs
- ReadOnlyMetadataCollection.cs
- altserialization.cs
- SqlProfileProvider.cs
- DisableDpiAwarenessAttribute.cs
- UInt16.cs
- followingquery.cs
- Int32CAMarshaler.cs
- RelationshipWrapper.cs
- assemblycache.cs
- GridViewColumn.cs
- OleTxTransaction.cs
- URL.cs
- TransportListener.cs
- ActivityExecutorDelegateInfo.cs
- WebPartEditVerb.cs
- RegexRunner.cs
- ActivityTypeResolver.xaml.cs
- TreeIterators.cs
- DrawingContext.cs
- UnionExpr.cs
- CodeDelegateCreateExpression.cs
- MarkupProperty.cs
- HtmlForm.cs
- WebServiceParameterData.cs
- NodeFunctions.cs
- EngineSite.cs
- WindowsAuthenticationModule.cs
- AudioFormatConverter.cs
- ShimAsPublicXamlType.cs
- CodeMemberMethod.cs
- Renderer.cs