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
- PresentationAppDomainManager.cs
- PtsHost.cs
- TransactionFilter.cs
- ConfigurationCollectionAttribute.cs
- XmlDocumentFragment.cs
- FamilyTypefaceCollection.cs
- Transform3D.cs
- XmlWellformedWriterHelpers.cs
- HttpRuntime.cs
- AuthenticationModulesSection.cs
- Code.cs
- MethodAccessException.cs
- CodeDefaultValueExpression.cs
- EndpointDispatcherTable.cs
- PersonalizableAttribute.cs
- WebCategoryAttribute.cs
- TransformerConfigurationWizardBase.cs
- ClientScriptManager.cs
- IPAddress.cs
- RectKeyFrameCollection.cs
- newitemfactory.cs
- DefaultCommandConverter.cs
- DocumentReferenceCollection.cs
- mediaeventargs.cs
- ClientBuildManager.cs
- Int32RectConverter.cs
- SamlAttribute.cs
- List.cs
- baseaxisquery.cs
- TriState.cs
- AsyncOperation.cs
- BamlResourceDeserializer.cs
- FilterQueryOptionExpression.cs
- ColumnWidthChangedEvent.cs
- NotifyIcon.cs
- StringInfo.cs
- ProtocolInformationReader.cs
- VisualTreeUtils.cs
- OdbcCommand.cs
- SHA384Managed.cs
- BitHelper.cs
- WinEventHandler.cs
- SiteMapNodeItem.cs
- InplaceBitmapMetadataWriter.cs
- Lasso.cs
- LocalizationComments.cs
- XslVisitor.cs
- PropertyAccessVisitor.cs
- VisualBrush.cs
- TimeoutException.cs
- LineInfo.cs
- StringAnimationBase.cs
- SettingsPropertyWrongTypeException.cs
- DataBoundControlAdapter.cs
- ResourceDisplayNameAttribute.cs
- InlineUIContainer.cs
- ClientSponsor.cs
- SafeFileMapViewHandle.cs
- RoutingUtilities.cs
- Shared.cs
- AutoGeneratedFieldProperties.cs
- MediaContext.cs
- PointHitTestParameters.cs
- ExtensionSimplifierMarkupObject.cs
- HttpRequestContext.cs
- ErrorFormatter.cs
- OdbcFactory.cs
- OrderingInfo.cs
- ResizingMessageFilter.cs
- PermissionSetTriple.cs
- NetworkInterface.cs
- RepeaterItemCollection.cs
- FrameworkElementFactory.cs
- FileSystemWatcher.cs
- CodeLinePragma.cs
- WebPartExportVerb.cs
- AxImporter.cs
- GraphicsState.cs
- SafeCryptContextHandle.cs
- BindingBase.cs
- DateTimeConverter.cs
- UnknownWrapper.cs
- InternalConfigSettingsFactory.cs
- ResourceManager.cs
- Propagator.JoinPropagator.cs
- PenThread.cs
- XMLSyntaxException.cs
- mediaclock.cs
- HTMLTagNameToTypeMapper.cs
- FontNameEditor.cs
- FlowDocumentView.cs
- WindowsToolbar.cs
- CompositeDataBoundControl.cs
- BuildManager.cs
- WebPartEditorCancelVerb.cs
- PackageProperties.cs
- Thickness.cs
- DocumentReferenceCollection.cs
- Point.cs
- TextEmbeddedObject.cs