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
- DataReceivedEventArgs.cs
- DataGridViewTopLeftHeaderCell.cs
- ParallelTimeline.cs
- LinkedResource.cs
- InvalidCommandTreeException.cs
- Crc32.cs
- ToolStripRendererSwitcher.cs
- UnsafeNativeMethods.cs
- RectIndependentAnimationStorage.cs
- XmlSchemaType.cs
- StringWriter.cs
- LinqDataSourceHelper.cs
- HttpListenerException.cs
- BamlBinaryWriter.cs
- WsatRegistrationHeader.cs
- XamlTemplateSerializer.cs
- ScaleTransform.cs
- IPipelineRuntime.cs
- AsyncResult.cs
- ProcessProtocolHandler.cs
- AssemblyHash.cs
- Pair.cs
- PrePrepareMethodAttribute.cs
- SizeKeyFrameCollection.cs
- AccessViolationException.cs
- MemberAccessException.cs
- ComplexPropertyEntry.cs
- WinInet.cs
- OptimalBreakSession.cs
- DownloadProgressEventArgs.cs
- MenuItemBindingCollection.cs
- TabletDevice.cs
- BevelBitmapEffect.cs
- ButtonField.cs
- CapiNative.cs
- FormViewModeEventArgs.cs
- MsmqChannelListenerBase.cs
- ObjectHandle.cs
- SqlPersonalizationProvider.cs
- DecoratedNameAttribute.cs
- XPathArrayIterator.cs
- BoundsDrawingContextWalker.cs
- Crc32.cs
- dsa.cs
- TextContainerChangedEventArgs.cs
- SecurityKeyType.cs
- ExpressionDumper.cs
- OdbcConnectionHandle.cs
- PrintEvent.cs
- FormClosedEvent.cs
- ComponentCodeDomSerializer.cs
- ControlParameter.cs
- XmlCDATASection.cs
- HttpResponseHeader.cs
- SmiConnection.cs
- StrokeCollectionConverter.cs
- PreProcessor.cs
- DocumentationServerProtocol.cs
- ObfuscationAttribute.cs
- CodeIterationStatement.cs
- PackageDigitalSignature.cs
- DataGridColumnCollection.cs
- MergeFailedEvent.cs
- ToolStripDropTargetManager.cs
- LinearGradientBrush.cs
- SqlXmlStorage.cs
- ReflectionHelper.cs
- OleStrCAMarshaler.cs
- WindowsSpinner.cs
- SqlConnectionPoolGroupProviderInfo.cs
- OpenFileDialog.cs
- HttpConfigurationContext.cs
- CodeTypeDelegate.cs
- WebPartConnectionsCancelVerb.cs
- UIElementAutomationPeer.cs
- DataGridLinkButton.cs
- VideoDrawing.cs
- FusionWrap.cs
- WebConfigurationFileMap.cs
- TextRangeSerialization.cs
- EnumUnknown.cs
- TextSelectionHighlightLayer.cs
- MethodInfo.cs
- MemberPathMap.cs
- AbandonedMutexException.cs
- DataGridViewCellCancelEventArgs.cs
- FixedTextView.cs
- FileChangesMonitor.cs
- Pool.cs
- RootBrowserWindow.cs
- SecUtil.cs
- DictionaryKeyPropertyAttribute.cs
- InitializationEventAttribute.cs
- Monitor.cs
- NGCPageContentCollectionSerializerAsync.cs
- ViewManager.cs
- FlagsAttribute.cs
- FileAuthorizationModule.cs
- MultiBindingExpression.cs
- WizardPanelChangingEventArgs.cs