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
- MetadataUtilsSmi.cs
- ObjectListComponentEditor.cs
- AuthorizationBehavior.cs
- HtmlTextArea.cs
- WindowsGraphics.cs
- Rfc2898DeriveBytes.cs
- CodeStatementCollection.cs
- MethodInfo.cs
- XPathDocumentIterator.cs
- X509AudioLogo.cs
- QueryTreeBuilder.cs
- PartEditor.cs
- DataListCommandEventArgs.cs
- DataGridRow.cs
- EdmItemCollection.OcAssemblyCache.cs
- DbConnectionStringCommon.cs
- GroupByQueryOperator.cs
- serverconfig.cs
- HtmlTableRowCollection.cs
- SimplePropertyEntry.cs
- HwndAppCommandInputProvider.cs
- TraceListeners.cs
- DataGridPagerStyle.cs
- MouseBinding.cs
- KeyGestureValueSerializer.cs
- SqlCacheDependency.cs
- XmlDataSourceNodeDescriptor.cs
- NeedSkipTokenVisitor.cs
- AssemblyAttributesGoHere.cs
- ToolBar.cs
- AppDomain.cs
- XmlCharCheckingReader.cs
- PrintDialogDesigner.cs
- ProxyDataContractResolver.cs
- Parameter.cs
- MimeTypePropertyAttribute.cs
- EmbeddedMailObjectsCollection.cs
- TimeoutValidationAttribute.cs
- GenericEnumerator.cs
- SHA1CryptoServiceProvider.cs
- JsonServiceDocumentSerializer.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DefaultProxySection.cs
- OutOfMemoryException.cs
- WebBrowserContainer.cs
- _ListenerRequestStream.cs
- ButtonBaseAutomationPeer.cs
- ClientBuildManagerCallback.cs
- Triangle.cs
- OledbConnectionStringbuilder.cs
- AsyncDataRequest.cs
- WinInetCache.cs
- ActiveDesignSurfaceEvent.cs
- SoapProtocolImporter.cs
- SystemInformation.cs
- CellRelation.cs
- Rect3D.cs
- XmlTextWriter.cs
- RoleGroupCollection.cs
- Membership.cs
- XmlDomTextWriter.cs
- ConnectionManagementElementCollection.cs
- FixedTextSelectionProcessor.cs
- RowCache.cs
- SimpleTypeResolver.cs
- _NtlmClient.cs
- DefaultValidator.cs
- HandlerWithFactory.cs
- FlowNode.cs
- ProtocolsConfigurationEntry.cs
- EnumerableValidator.cs
- FileDialogCustomPlacesCollection.cs
- ResXBuildProvider.cs
- PrimaryKeyTypeConverter.cs
- precedingquery.cs
- RuntimeComponentFilter.cs
- EntityDataSourceQueryBuilder.cs
- TableTextElementCollectionInternal.cs
- XmlSerializationReader.cs
- UnmanagedMarshal.cs
- ClientFormsAuthenticationCredentials.cs
- SspiNegotiationTokenProviderState.cs
- DirectionalLight.cs
- IteratorDescriptor.cs
- HelpInfo.cs
- AesManaged.cs
- XPathMultyIterator.cs
- ButtonStandardAdapter.cs
- PTConverter.cs
- MimeFormReflector.cs
- StatusBar.cs
- SvcMapFileLoader.cs
- ConsoleTraceListener.cs
- SqlStatistics.cs
- ConfigPathUtility.cs
- CacheVirtualItemsEvent.cs
- ScalarConstant.cs
- CompiledRegexRunnerFactory.cs
- SafeArrayRankMismatchException.cs
- ApplicationServiceManager.cs