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
- NamedPipeDuplicateContext.cs
- MimeXmlReflector.cs
- SocketConnection.cs
- Clock.cs
- LocalValueEnumerator.cs
- SHA512.cs
- OAVariantLib.cs
- COM2EnumConverter.cs
- _SSPIWrapper.cs
- MethodBuilderInstantiation.cs
- UserControlParser.cs
- HwndKeyboardInputProvider.cs
- PeerNameResolver.cs
- EventMappingSettings.cs
- PrimarySelectionGlyph.cs
- OutputCacheEntry.cs
- SystemIcons.cs
- DataBinder.cs
- WebPartsPersonalizationAuthorization.cs
- OleDbInfoMessageEvent.cs
- ScriptBehaviorDescriptor.cs
- ComponentChangingEvent.cs
- HelpKeywordAttribute.cs
- EncryptedType.cs
- NullableDoubleSumAggregationOperator.cs
- MissingManifestResourceException.cs
- X509ChainElement.cs
- EastAsianLunisolarCalendar.cs
- datacache.cs
- XmlImplementation.cs
- HScrollBar.cs
- wgx_exports.cs
- DecoderNLS.cs
- WebPartEditorCancelVerb.cs
- RowVisual.cs
- TreeView.cs
- RelatedCurrencyManager.cs
- SecureStringHasher.cs
- HtmlGenericControl.cs
- OrderByLifter.cs
- ComponentChangingEvent.cs
- FormsAuthenticationConfiguration.cs
- MenuEventArgs.cs
- AttachInfo.cs
- CachedResourceDictionaryExtension.cs
- VisualStyleInformation.cs
- RuntimeIdentifierPropertyAttribute.cs
- GradientBrush.cs
- EntityContainerEmitter.cs
- PathSegment.cs
- WebPartsPersonalizationAuthorization.cs
- FuncCompletionCallbackWrapper.cs
- SystemColors.cs
- XsltOutput.cs
- StdRegProviderWrapper.cs
- SelectedGridItemChangedEvent.cs
- RootBrowserWindowProxy.cs
- CodeSnippetExpression.cs
- DbMetaDataColumnNames.cs
- HierarchicalDataBoundControl.cs
- HostedBindingBehavior.cs
- ProviderConnectionPoint.cs
- XNameTypeConverter.cs
- RegexMatchCollection.cs
- ConnectionStringSettings.cs
- SHA384CryptoServiceProvider.cs
- ExpressionBinding.cs
- StackOverflowException.cs
- ApplicationGesture.cs
- RightsManagementEncryptedStream.cs
- TraceData.cs
- InternalCache.cs
- ProfileProvider.cs
- Events.cs
- SqlVersion.cs
- PassportAuthenticationModule.cs
- PbrsForward.cs
- DataListDesigner.cs
- PointCollection.cs
- XmlSchemaInfo.cs
- PackUriHelper.cs
- BrowserCapabilitiesFactory.cs
- VisualBasicDesignerHelper.cs
- TextUtf8RawTextWriter.cs
- HostingEnvironment.cs
- FileSystemWatcher.cs
- GeometryHitTestResult.cs
- SqlXml.cs
- InputLangChangeEvent.cs
- ObjectListCommand.cs
- BindableTemplateBuilder.cs
- DeadCharTextComposition.cs
- sqlmetadatafactory.cs
- CodeDomComponentSerializationService.cs
- ProgramNode.cs
- TextWriterTraceListener.cs
- SmiXetterAccessMap.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- MatrixAnimationUsingKeyFrames.cs
- ParenthesizePropertyNameAttribute.cs