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
- CAGDesigner.cs
- DataGridViewCellStyleConverter.cs
- HelloMessage11.cs
- NonParentingControl.cs
- Label.cs
- EntityCollection.cs
- ListViewItemEventArgs.cs
- NavigateEvent.cs
- NamedPermissionSet.cs
- FlowDocument.cs
- PropertyReferenceSerializer.cs
- TextEditor.cs
- HostedAspNetEnvironment.cs
- SmtpNetworkElement.cs
- SelectedDatesCollection.cs
- XamlSerializerUtil.cs
- StorageComplexPropertyMapping.cs
- InlineCollection.cs
- UriScheme.cs
- Image.cs
- GenericsInstances.cs
- Stroke2.cs
- ThrowHelper.cs
- CodeAccessSecurityEngine.cs
- AsymmetricKeyExchangeDeformatter.cs
- JoinTreeNode.cs
- NavigationWindowAutomationPeer.cs
- SqlNodeAnnotations.cs
- DelegatingStream.cs
- SourceFileBuildProvider.cs
- XmlWellformedWriter.cs
- DBConnectionString.cs
- XmlSchemaDocumentation.cs
- CustomErrorCollection.cs
- safex509handles.cs
- PartitionResolver.cs
- PageSetupDialog.cs
- InvalidPrinterException.cs
- ByteFacetDescriptionElement.cs
- FixedDocumentSequencePaginator.cs
- ListViewSelectEventArgs.cs
- SecUtil.cs
- GridViewRowEventArgs.cs
- ExpressionParser.cs
- BaseParagraph.cs
- ProcessRequestArgs.cs
- CodeCatchClauseCollection.cs
- SafeRightsManagementQueryHandle.cs
- CommandTreeTypeHelper.cs
- WithStatement.cs
- PerfService.cs
- ImplicitInputBrush.cs
- ButtonStandardAdapter.cs
- PeerApplicationLaunchInfo.cs
- GetPolicyDetailsRequest.cs
- FormsAuthenticationUser.cs
- XMLSchema.cs
- DiscriminatorMap.cs
- columnmapkeybuilder.cs
- ValueSerializer.cs
- StreamAsIStream.cs
- MemberDomainMap.cs
- OracleParameter.cs
- OdbcTransaction.cs
- MailMessageEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- DataSourceView.cs
- xmlglyphRunInfo.cs
- SecurityProtocol.cs
- CodeDOMProvider.cs
- EntityDescriptor.cs
- SignatureToken.cs
- CodeSubDirectory.cs
- unsafenativemethodsother.cs
- ToolStripPanel.cs
- IsolatedStorageFilePermission.cs
- ToolboxDataAttribute.cs
- FontStyle.cs
- ServiceThrottle.cs
- XmlTextWriter.cs
- OAVariantLib.cs
- CodeSnippetStatement.cs
- FontCollection.cs
- TypeUsageBuilder.cs
- unsafenativemethodsother.cs
- CodeGenerator.cs
- M3DUtil.cs
- EntryPointNotFoundException.cs
- BitSet.cs
- AssemblyInfo.cs
- FormViewCommandEventArgs.cs
- StrokeCollection.cs
- SoapIgnoreAttribute.cs
- QilChoice.cs
- BrushMappingModeValidation.cs
- BaseCollection.cs
- ColorTypeConverter.cs
- FloatUtil.cs
- SmiConnection.cs
- DbSetClause.cs