Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / CommunicationException.cs / 1 / CommunicationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates a general exception occured during communication with the infocard system. This // exception is used for issues that originate inside the infocard service, and not through // external communication with third parties. // internal class CommunicationException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_COMMUNICATION; public CommunicationException() : base( HRESULT ) { } public CommunicationException( string message ) :base( HRESULT, message ) { } public CommunicationException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected CommunicationException( 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
- CultureTableRecord.cs
- DrawingCollection.cs
- SettingsSection.cs
- WindowsUpDown.cs
- WebPartZoneDesigner.cs
- FontClient.cs
- XmlAttribute.cs
- CacheMode.cs
- COM2FontConverter.cs
- ResourcesBuildProvider.cs
- XmlTypeAttribute.cs
- RequiredAttributeAttribute.cs
- UInt64.cs
- COM2EnumConverter.cs
- NopReturnReader.cs
- TextCollapsingProperties.cs
- _SpnDictionary.cs
- ServicePointManager.cs
- DataServiceRequestException.cs
- BitmapEffectDrawingContextWalker.cs
- MissingFieldException.cs
- FileEnumerator.cs
- PopupEventArgs.cs
- URLAttribute.cs
- StrokeIntersection.cs
- SchemaElementDecl.cs
- DesignSurfaceServiceContainer.cs
- X509CertificateCollection.cs
- Drawing.cs
- ReferencedCategoriesDocument.cs
- Clause.cs
- ArglessEventHandlerProxy.cs
- NotImplementedException.cs
- XmlParserContext.cs
- StylusCollection.cs
- QueryStringParameter.cs
- DynamicDataRoute.cs
- XsltSettings.cs
- XmlUtilWriter.cs
- TypeExtensionConverter.cs
- CodeDOMUtility.cs
- ExtensionQuery.cs
- SQLChars.cs
- SoapAttributeAttribute.cs
- _FtpDataStream.cs
- StateWorkerRequest.cs
- GACIdentityPermission.cs
- DashStyle.cs
- DisposableCollectionWrapper.cs
- CommonXSendMessage.cs
- ColumnReorderedEventArgs.cs
- WindowsListView.cs
- NativeMethods.cs
- DataGridViewCellStyle.cs
- XPathCompileException.cs
- DocumentScope.cs
- EntityCollectionChangedParams.cs
- WebReferencesBuildProvider.cs
- UpdatePanel.cs
- IConvertible.cs
- ResourceManager.cs
- BamlTreeUpdater.cs
- ConnectionConsumerAttribute.cs
- FastEncoderWindow.cs
- HttpRequestCacheValidator.cs
- ConstructorBuilder.cs
- WebChannelFactory.cs
- OdbcConnectionFactory.cs
- WsdlWriter.cs
- BigInt.cs
- HashStream.cs
- HeaderPanel.cs
- GuidTagList.cs
- EmptyQuery.cs
- EntitySet.cs
- InstallerTypeAttribute.cs
- CalendarAutoFormat.cs
- XmlReturnWriter.cs
- AlternateViewCollection.cs
- Stroke2.cs
- RadioButtonAutomationPeer.cs
- TextWriterEngine.cs
- DependencyPropertyValueSerializer.cs
- BinaryObjectReader.cs
- Completion.cs
- CapabilitiesPattern.cs
- ButtonChrome.cs
- DataGridTable.cs
- Int64Converter.cs
- HuffModule.cs
- DataGridViewBand.cs
- ReturnType.cs
- DataGridRelationshipRow.cs
- WebScriptEndpoint.cs
- NotifyParentPropertyAttribute.cs
- Grammar.cs
- EventSetter.cs
- QilXmlReader.cs
- ToolTipAutomationPeer.cs
- GridViewItemAutomationPeer.cs