Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / EndpointNotFoundException.cs / 1 / EndpointNotFoundException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System.Runtime.Serialization; [Serializable] public class EndpointNotFoundException : CommunicationException { public EndpointNotFoundException() {} public EndpointNotFoundException(string message) : base(message) {} public EndpointNotFoundException(string message, Exception innerException) : base(message, innerException) { } protected EndpointNotFoundException(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
- Utility.cs
- _FixedSizeReader.cs
- DetailsViewCommandEventArgs.cs
- SafeThemeHandle.cs
- ThreadPool.cs
- PriorityQueue.cs
- ObjectStateFormatter.cs
- QuaternionAnimation.cs
- ServiceDocument.cs
- SqlDataSourceCommandEventArgs.cs
- SamlConditions.cs
- Win32MouseDevice.cs
- WindowsToolbar.cs
- CodeGeneratorOptions.cs
- HelpEvent.cs
- ElementProxy.cs
- TableSectionStyle.cs
- BufferModeSettings.cs
- NegatedConstant.cs
- DbParameterHelper.cs
- HtmlTextArea.cs
- CaseStatement.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- _IPv4Address.cs
- BamlRecordWriter.cs
- XhtmlConformanceSection.cs
- DataBinder.cs
- ConfigDefinitionUpdates.cs
- SplitContainerDesigner.cs
- QilCloneVisitor.cs
- ColorDialog.cs
- UnsafeNativeMethods.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- CreateSequence.cs
- ThreadPoolTaskScheduler.cs
- JulianCalendar.cs
- DynamicValueConverter.cs
- GridErrorDlg.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- EntityCodeGenerator.cs
- TextBox.cs
- ArrayTypeMismatchException.cs
- SelectionUIHandler.cs
- ResourceKey.cs
- SequenceQuery.cs
- PrtCap_Public_Simple.cs
- CodeRemoveEventStatement.cs
- GlobalItem.cs
- PageFunction.cs
- CardSpaceShim.cs
- DataColumnMappingCollection.cs
- XamlParser.cs
- TerminatorSinks.cs
- CompareInfo.cs
- UndirectedGraph.cs
- XPathExpr.cs
- DayRenderEvent.cs
- UndirectedGraph.cs
- ResourcePool.cs
- ValidatorUtils.cs
- WebConfigurationHostFileChange.cs
- OutputScopeManager.cs
- WindowsTreeView.cs
- OleDbErrorCollection.cs
- SortQuery.cs
- MatrixCamera.cs
- CharUnicodeInfo.cs
- PageRanges.cs
- TraceUtils.cs
- ResourceAssociationType.cs
- WebCategoryAttribute.cs
- LabelLiteral.cs
- XPathBuilder.cs
- ProtocolsConfigurationEntry.cs
- CodeTypeReferenceCollection.cs
- UpdateException.cs
- XmlRawWriter.cs
- Pen.cs
- HttpModulesInstallComponent.cs
- Inflater.cs
- SamlEvidence.cs
- QueryExtender.cs
- SerializationInfo.cs
- MailDefinition.cs
- SupportsEventValidationAttribute.cs
- AmbientEnvironment.cs
- HtmlHistory.cs
- XmlElementAttribute.cs
- CellConstant.cs
- UrlAuthorizationModule.cs
- Collection.cs
- TextElementEditingBehaviorAttribute.cs
- RowVisual.cs
- ToolboxComponentsCreatingEventArgs.cs
- ExtendedPropertyCollection.cs
- UnsafeNativeMethods.cs
- MonitorWrapper.cs
- UserControl.cs
- ArgIterator.cs
- AnimationException.cs