Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ImportException.cs / 1 / ImportException.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 into the system. // internal class ImportException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_IMPORT; public ImportException() : base( HRESULT ) { } public ImportException( string message ) :base( HRESULT, message ) { } public ImportException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected ImportException( 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
- GradientStop.cs
- FontDifferentiator.cs
- TypeUtils.cs
- WebPartRestoreVerb.cs
- XmlAnyElementAttribute.cs
- Attributes.cs
- MemberAccessException.cs
- ToolStripMenuItem.cs
- FormViewInsertEventArgs.cs
- ApplicationActivator.cs
- AuthenticationServiceManager.cs
- DataRowChangeEvent.cs
- AmbientEnvironment.cs
- CryptoHandle.cs
- RadialGradientBrush.cs
- ComplexTypeEmitter.cs
- Freezable.cs
- Errors.cs
- WpfGeneratedKnownTypes.cs
- MorphHelpers.cs
- DictionarySectionHandler.cs
- CngKey.cs
- LeafCellTreeNode.cs
- LogEntryUtils.cs
- sqlpipe.cs
- ListBindingHelper.cs
- ReferenceService.cs
- BindingCollection.cs
- TextEditorTyping.cs
- LingerOption.cs
- SoapSchemaImporter.cs
- DataMemberConverter.cs
- FormsAuthenticationConfiguration.cs
- FileCodeGroup.cs
- BamlVersionHeader.cs
- EventRoute.cs
- NavigationCommands.cs
- brushes.cs
- TypeConverterHelper.cs
- Style.cs
- DoubleIndependentAnimationStorage.cs
- FileIOPermission.cs
- MdImport.cs
- FreezableOperations.cs
- safemediahandle.cs
- EntityDataSourceUtil.cs
- EntityDataSourceSelectedEventArgs.cs
- CommandEventArgs.cs
- DataServiceQueryOfT.cs
- MediaTimeline.cs
- BlurBitmapEffect.cs
- CorrelationActionMessageFilter.cs
- StructuralType.cs
- PersonalizationDictionary.cs
- SafeNativeMethodsOther.cs
- RefreshEventArgs.cs
- CharConverter.cs
- UnknownBitmapDecoder.cs
- EmptyImpersonationContext.cs
- SafeCryptoKeyHandle.cs
- SearchForVirtualItemEventArgs.cs
- Cast.cs
- UndoManager.cs
- XmlSerializerNamespaces.cs
- FrameworkElementFactory.cs
- ToolStripSeparator.cs
- PagedDataSource.cs
- httpapplicationstate.cs
- DataControlFieldCell.cs
- NameValueConfigurationElement.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- TextViewSelectionProcessor.cs
- BitmapEffectState.cs
- PolyQuadraticBezierSegment.cs
- HtmlInputPassword.cs
- PageStatePersister.cs
- SuppressMessageAttribute.cs
- DependencyObjectType.cs
- unsafenativemethodstextservices.cs
- XmlTypeAttribute.cs
- XmlAnyElementAttribute.cs
- MetafileEditor.cs
- DataGridViewCellStateChangedEventArgs.cs
- ReliableMessagingHelpers.cs
- PropertyGroupDescription.cs
- BlockCollection.cs
- OutputScopeManager.cs
- SignatureDescription.cs
- DirectoryInfo.cs
- ToolStripPanel.cs
- SystemFonts.cs
- SynchronizedDispatch.cs
- SchemaConstraints.cs
- FixedFindEngine.cs
- AmbiguousMatchException.cs
- DbException.cs
- ContentTextAutomationPeer.cs
- EventlogProvider.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PersonalizationStateInfo.cs