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
- graph.cs
- ExtensionDataObject.cs
- ServiceDeploymentInfo.cs
- RepeaterCommandEventArgs.cs
- RoleExceptions.cs
- StreamUpdate.cs
- SafeSecurityHandles.cs
- DataQuery.cs
- ApplicationDirectory.cs
- XmlSchemas.cs
- ActivityXRefConverter.cs
- TypeConverterHelper.cs
- GridView.cs
- ItemsPresenter.cs
- SqlBinder.cs
- IDReferencePropertyAttribute.cs
- DefaultBindingPropertyAttribute.cs
- WinFormsUtils.cs
- PeerCollaborationPermission.cs
- DirectoryNotFoundException.cs
- AnonymousIdentificationSection.cs
- ExpressionNode.cs
- SafeReadContext.cs
- CommentAction.cs
- SerTrace.cs
- Privilege.cs
- TextElementCollection.cs
- IDReferencePropertyAttribute.cs
- ValuePatternIdentifiers.cs
- ComponentDispatcher.cs
- SoapIgnoreAttribute.cs
- SqlTypesSchemaImporter.cs
- XmlToDatasetMap.cs
- GZipStream.cs
- CompensationTokenData.cs
- StrokeNodeOperations2.cs
- ResourceContainer.cs
- PathFigure.cs
- ListenerAdapterBase.cs
- FlowLayoutPanel.cs
- DataPager.cs
- HashAlgorithm.cs
- SmiSettersStream.cs
- DesignerDataSourceView.cs
- SettingsPropertyCollection.cs
- Inflater.cs
- AccessControlEntry.cs
- PanelStyle.cs
- FontSizeConverter.cs
- InputLanguageEventArgs.cs
- Command.cs
- EmptyControlCollection.cs
- IgnoreFlushAndCloseStream.cs
- StsCommunicationException.cs
- ConfigurationSettings.cs
- UIElementParagraph.cs
- WindowsFormsEditorServiceHelper.cs
- DataSourceControlBuilder.cs
- ACL.cs
- ClassHandlersStore.cs
- ComponentEvent.cs
- StringCollection.cs
- HijriCalendar.cs
- FileUpload.cs
- WebBodyFormatMessageProperty.cs
- SecureStringHasher.cs
- ObjectNotFoundException.cs
- ConfigXmlText.cs
- NumberFunctions.cs
- BoundField.cs
- SqlVisitor.cs
- SspiHelper.cs
- DbConnectionStringCommon.cs
- Grid.cs
- DBCSCodePageEncoding.cs
- DataGridColumn.cs
- WebPartManagerInternals.cs
- ChildrenQuery.cs
- DocumentReference.cs
- ThrowOnMultipleAssignment.cs
- String.cs
- ResolveCriteria.cs
- LicenseManager.cs
- MobileControlBuilder.cs
- StyleHelper.cs
- PriorityBinding.cs
- ProfileService.cs
- GridViewCellAutomationPeer.cs
- AttachmentCollection.cs
- QuaternionRotation3D.cs
- ThicknessConverter.cs
- LocatorPart.cs
- CutCopyPasteHelper.cs
- WebEventTraceProvider.cs
- FrameworkElementFactory.cs
- ProcessingInstructionAction.cs
- InfocardClientCredentials.cs
- FontUnit.cs
- SafeNativeMethods.cs
- XmlSchemaGroup.cs