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
- ThreadStartException.cs
- SourceElementsCollection.cs
- SelectionEditor.cs
- SourceItem.cs
- RegexCaptureCollection.cs
- DataSvcMapFile.cs
- HttpRuntime.cs
- TrackingProfileManager.cs
- PropertyOverridesTypeEditor.cs
- PreProcessInputEventArgs.cs
- LinkButton.cs
- WindowVisualStateTracker.cs
- SelectionRange.cs
- IpcChannelHelper.cs
- ConfigurationStrings.cs
- StringExpressionSet.cs
- SqlServer2KCompatibilityAnnotation.cs
- ControlCollection.cs
- Oci.cs
- SwitchAttribute.cs
- Model3DGroup.cs
- LocalClientSecuritySettingsElement.cs
- ConnectionStringsExpressionBuilder.cs
- GeneralTransform.cs
- MaterialCollection.cs
- complextypematerializer.cs
- ReflectionTypeLoadException.cs
- TransformerConfigurationWizardBase.cs
- ProcessStartInfo.cs
- PropertyEmitter.cs
- Policy.cs
- ListDictionaryInternal.cs
- XmlSchemaInfo.cs
- ObjectListTitleAttribute.cs
- LinearKeyFrames.cs
- XmlSchemaImporter.cs
- WindowAutomationPeer.cs
- TraceListeners.cs
- MessageAction.cs
- BlockingCollection.cs
- ZipPackagePart.cs
- StringInfo.cs
- CodeIdentifier.cs
- CustomAttributeSerializer.cs
- DataGridComponentEditor.cs
- Setter.cs
- GuidelineCollection.cs
- XmlElementList.cs
- ToolStripTextBox.cs
- XPathDocument.cs
- NamedPipeHostedTransportConfiguration.cs
- ConsoleEntryPoint.cs
- EncoderNLS.cs
- GeometryValueSerializer.cs
- ManualResetEvent.cs
- Events.cs
- ISCIIEncoding.cs
- ProvideValueServiceProvider.cs
- XmlDataCollection.cs
- ErrorWebPart.cs
- AuthenticatedStream.cs
- WebPartDisplayMode.cs
- VerificationAttribute.cs
- DataGridViewRowsAddedEventArgs.cs
- RegexRunner.cs
- TdsRecordBufferSetter.cs
- HostProtectionException.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ZipPackage.cs
- DesignTimeSiteMapProvider.cs
- EntityException.cs
- HostedElements.cs
- InputChannel.cs
- CompModSwitches.cs
- AsyncDataRequest.cs
- DataGridViewColumnStateChangedEventArgs.cs
- LoadRetryConstantStrategy.cs
- SoapFault.cs
- SymbolType.cs
- InvalidateEvent.cs
- ToolStripDropDownMenu.cs
- GridViewUpdateEventArgs.cs
- BinHexDecoder.cs
- ContentIterators.cs
- DigitShape.cs
- WebGetAttribute.cs
- SqlCharStream.cs
- GeometryConverter.cs
- HttpInputStream.cs
- StylusDevice.cs
- Condition.cs
- SHA512.cs
- SamlSecurityToken.cs
- RequestQueue.cs
- ListCardsInFileRequest.cs
- X509ThumbprintKeyIdentifierClause.cs
- ThreadAttributes.cs
- InternalReceiveMessage.cs
- SamlSecurityTokenAuthenticator.cs
- GetFileNameResult.cs