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
- ReflectionServiceProvider.cs
- JsonByteArrayDataContract.cs
- SymbolMethod.cs
- EventProvider.cs
- _emptywebproxy.cs
- ConstructorExpr.cs
- PrimitiveXmlSerializers.cs
- TextLineBreak.cs
- DiscoveryClient.cs
- SchemaImporterExtension.cs
- CustomDictionarySources.cs
- externdll.cs
- XsltQilFactory.cs
- XamlToRtfWriter.cs
- StyleBamlTreeBuilder.cs
- PropertyValueChangedEvent.cs
- SQLInt32Storage.cs
- ImageBrush.cs
- Point4DConverter.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ParagraphVisual.cs
- ExtentCqlBlock.cs
- TraceContextEventArgs.cs
- WorkflowServiceHost.cs
- LinkDescriptor.cs
- RegistrationServices.cs
- RayMeshGeometry3DHitTestResult.cs
- GridEntry.cs
- QueryContinueDragEvent.cs
- SafePipeHandle.cs
- FileVersion.cs
- SafeFileMappingHandle.cs
- SymmetricAlgorithm.cs
- HotSpotCollectionEditor.cs
- FirewallWrapper.cs
- InternalConfigEventArgs.cs
- CapabilitiesSection.cs
- PropertyTabAttribute.cs
- SessionStateContainer.cs
- TokenizerHelper.cs
- ThicknessAnimationBase.cs
- TreeViewItemAutomationPeer.cs
- SEHException.cs
- TextViewSelectionProcessor.cs
- CellParagraph.cs
- XmlEnumAttribute.cs
- DataRowChangeEvent.cs
- QueryProcessor.cs
- followingsibling.cs
- ProcessInfo.cs
- StrokeCollectionDefaultValueFactory.cs
- COM2ExtendedBrowsingHandler.cs
- mansign.cs
- XamlBuildTaskServices.cs
- XmlReflectionImporter.cs
- OpenTypeLayout.cs
- XmlSchemaObjectCollection.cs
- AnnotationResourceChangedEventArgs.cs
- XPathSelfQuery.cs
- Model3D.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- GridViewAutomationPeer.cs
- HtmlControlDesigner.cs
- SoapSchemaMember.cs
- RawTextInputReport.cs
- UIElementParagraph.cs
- TextReader.cs
- DataGridCaption.cs
- IdleTimeoutMonitor.cs
- Contracts.cs
- LookupBindingPropertiesAttribute.cs
- DescendantOverDescendantQuery.cs
- PtsHelper.cs
- ColumnReorderedEventArgs.cs
- BridgeDataReader.cs
- NonParentingControl.cs
- RSAPKCS1SignatureFormatter.cs
- bidPrivateBase.cs
- BitmapCodecInfoInternal.cs
- PointCollection.cs
- FixedTextPointer.cs
- SqlGatherProducedAliases.cs
- DataObjectFieldAttribute.cs
- BeginEvent.cs
- RuntimeIdentifierPropertyAttribute.cs
- SwitchElementsCollection.cs
- Geometry3D.cs
- State.cs
- MaterializeFromAtom.cs
- ValueTypeFixupInfo.cs
- ErrorProvider.cs
- CompoundFileReference.cs
- TransformerInfo.cs
- BuildManagerHost.cs
- Point3DAnimationBase.cs
- Sql8ExpressionRewriter.cs
- TdsRecordBufferSetter.cs
- TreeView.cs
- ProviderException.cs
- AspCompat.cs