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
- _SslSessionsCache.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- RadioButtonFlatAdapter.cs
- SqlDataAdapter.cs
- TemplateXamlParser.cs
- SelectionPattern.cs
- KeyNotFoundException.cs
- LoginName.cs
- Baml2006ReaderContext.cs
- RegistryKey.cs
- TransactionalPackage.cs
- UshortList2.cs
- SafeProcessHandle.cs
- FrameworkTextComposition.cs
- XPathSelectionIterator.cs
- BaseValidator.cs
- _NetRes.cs
- PropertyTabChangedEvent.cs
- Point.cs
- InternalEnumValidator.cs
- NullableConverter.cs
- ProjectionPath.cs
- InkPresenter.cs
- ApplyTemplatesAction.cs
- __TransparentProxy.cs
- MemoryPressure.cs
- WebPartMovingEventArgs.cs
- securestring.cs
- ThreadAbortException.cs
- ContextProperty.cs
- XmlHierarchicalDataSourceView.cs
- WebServiceParameterData.cs
- LinqMaximalSubtreeNominator.cs
- SecurityTokenAuthenticator.cs
- CacheRequest.cs
- AQNBuilder.cs
- XhtmlConformanceSection.cs
- MetadataPropertyAttribute.cs
- SpellerError.cs
- DataServiceQueryContinuation.cs
- XmlSchemaExporter.cs
- SamlConstants.cs
- ThemeDirectoryCompiler.cs
- LinkDesigner.cs
- ManagedIStream.cs
- DiscoveryClientReferences.cs
- TextBox.cs
- SignerInfo.cs
- SchemaAttDef.cs
- dtdvalidator.cs
- SpellerError.cs
- UpdateExpressionVisitor.cs
- ImmutableObjectAttribute.cs
- ClientUrlResolverWrapper.cs
- SafeFileMappingHandle.cs
- SafeProcessHandle.cs
- Command.cs
- ModifyActivitiesPropertyDescriptor.cs
- DuplicateWaitObjectException.cs
- CaseStatementProjectedSlot.cs
- FileLogRecord.cs
- RenderTargetBitmap.cs
- FileSecurity.cs
- StrokeSerializer.cs
- UIElement3D.cs
- ContractReference.cs
- DataPager.cs
- ColorInterpolationModeValidation.cs
- StateRuntime.cs
- TabControlAutomationPeer.cs
- DeleteStoreRequest.cs
- AutoSizeComboBox.cs
- OSFeature.cs
- GACMembershipCondition.cs
- EventsTab.cs
- TextModifier.cs
- XmlQueryOutput.cs
- FreezableOperations.cs
- InitializingNewItemEventArgs.cs
- OdbcUtils.cs
- UpdateException.cs
- MatrixTransform3D.cs
- SharedPerformanceCounter.cs
- TransformerTypeCollection.cs
- EventLogEntryCollection.cs
- StorageModelBuildProvider.cs
- SplitterEvent.cs
- MimeFormReflector.cs
- DoubleLink.cs
- DbParameterHelper.cs
- XmlDeclaration.cs
- InvokeHandlers.cs
- ParserContext.cs
- ChangesetResponse.cs
- InvalidCommandTreeException.cs
- SizeConverter.cs
- TypeConverterValueSerializer.cs
- COM2ComponentEditor.cs
- BinaryCommonClasses.cs
- MetaData.cs