Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / CommunicationException.cs / 1 / CommunicationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; using System.Runtime.Serialization; [Serializable] public class CommunicationException : SystemException { public CommunicationException() { } public CommunicationException(string message) : base(message) {} public CommunicationException(string message, Exception innerException) : base(message, innerException) { } protected CommunicationException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- StylusEditingBehavior.cs
- DllNotFoundException.cs
- ListItemCollection.cs
- ApplicationBuildProvider.cs
- CodeGen.cs
- APCustomTypeDescriptor.cs
- EDesignUtil.cs
- ThousandthOfEmRealPoints.cs
- HuffmanTree.cs
- AmbientValueAttribute.cs
- WebBrowser.cs
- Slider.cs
- VectorAnimationUsingKeyFrames.cs
- FileSystemInfo.cs
- DesignerProperties.cs
- Trace.cs
- SweepDirectionValidation.cs
- TextSearch.cs
- MenuEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- OdbcDataAdapter.cs
- TreeViewItemAutomationPeer.cs
- SafeMILHandle.cs
- DebugView.cs
- Types.cs
- ContentPosition.cs
- RuleInfoComparer.cs
- PolicyImporterElementCollection.cs
- Cursor.cs
- Dictionary.cs
- CodeIndexerExpression.cs
- X509CertificateStore.cs
- TextBox.cs
- UniqueIdentifierService.cs
- CompressionTransform.cs
- DesignerProperties.cs
- SiteMapDataSource.cs
- ObjectFullSpanRewriter.cs
- DbDeleteCommandTree.cs
- hwndwrapper.cs
- CompareInfo.cs
- Evidence.cs
- SqlDelegatedTransaction.cs
- OleDbParameterCollection.cs
- DataSourceHelper.cs
- AggregateNode.cs
- MachineKeyConverter.cs
- FactoryGenerator.cs
- PropertySourceInfo.cs
- ProxyHelper.cs
- ObjectItemLoadingSessionData.cs
- DataBoundLiteralControl.cs
- TreeNodeStyleCollection.cs
- EntitySqlQueryBuilder.cs
- BinaryQueryOperator.cs
- CreateParams.cs
- ClientTargetSection.cs
- ScrollItemProviderWrapper.cs
- BooleanFunctions.cs
- Trigger.cs
- StreamUpgradeInitiator.cs
- Scheduling.cs
- DataGridViewRowEventArgs.cs
- DoubleLinkListEnumerator.cs
- ExcCanonicalXml.cs
- EntityCollection.cs
- ListItemParagraph.cs
- DeploymentSectionCache.cs
- OleDbWrapper.cs
- MasterPageParser.cs
- ScriptResourceAttribute.cs
- ClaimComparer.cs
- KoreanCalendar.cs
- HttpRawResponse.cs
- SerializationInfoEnumerator.cs
- GroupByQueryOperator.cs
- KnownAssembliesSet.cs
- XmlDataSourceNodeDescriptor.cs
- Hash.cs
- AppDomainResourcePerfCounters.cs
- InstanceValue.cs
- WebPartsPersonalizationAuthorization.cs
- StringComparer.cs
- FormatException.cs
- ProjectedWrapper.cs
- FlowDocumentReaderAutomationPeer.cs
- ClickablePoint.cs
- XPathNavigatorReader.cs
- WSHttpBindingCollectionElement.cs
- TableStyle.cs
- InstallerTypeAttribute.cs
- TableProviderWrapper.cs
- SaveFileDialogDesigner.cs
- DataGridViewColumn.cs
- indexingfiltermarshaler.cs
- RichTextBoxConstants.cs
- ThreadInterruptedException.cs
- MobilePage.cs
- RadioButtonList.cs
- ConfigurationElement.cs