Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / AddressAlreadyInUseException.cs / 1 / AddressAlreadyInUseException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System.Runtime.Serialization; [Serializable] public class AddressAlreadyInUseException : CommunicationException { public AddressAlreadyInUseException() { } public AddressAlreadyInUseException(string message) : base(message) {} public AddressAlreadyInUseException(string message, Exception innerException) : base(message, innerException) { } protected AddressAlreadyInUseException(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
- AttachInfo.cs
- PauseStoryboard.cs
- ColorBlend.cs
- RequestDescription.cs
- ProjectionPlanCompiler.cs
- ThreadLocal.cs
- FixedSOMElement.cs
- AttributeEmitter.cs
- PolicyUnit.cs
- RepeatButtonAutomationPeer.cs
- DocumentOrderQuery.cs
- RTLAwareMessageBox.cs
- DataGrid.cs
- HiddenField.cs
- ObjectSet.cs
- SwitchLevelAttribute.cs
- Privilege.cs
- ServiceBuildProvider.cs
- DefaultValidator.cs
- ClientFormsIdentity.cs
- TabControl.cs
- DiscoveryCallbackBehavior.cs
- NonParentingControl.cs
- DesignerDataTable.cs
- EpmContentSerializerBase.cs
- SafePointer.cs
- XmlSchemaAttributeGroup.cs
- RectConverter.cs
- DataRelationCollection.cs
- FastEncoder.cs
- XXXInfos.cs
- ClipboardData.cs
- ReadOnlyDataSource.cs
- Triangle.cs
- LogStore.cs
- SqlNotificationRequest.cs
- DragDeltaEventArgs.cs
- HtmlObjectListAdapter.cs
- CachedCompositeFamily.cs
- TextEditorTables.cs
- WriterOutput.cs
- IISMapPath.cs
- XPathScanner.cs
- ByteAnimation.cs
- ContentPlaceHolder.cs
- ItemsPanelTemplate.cs
- IdentityReference.cs
- EntityStoreSchemaFilterEntry.cs
- RSACryptoServiceProvider.cs
- WindowsRebar.cs
- SHA256.cs
- ForwardPositionQuery.cs
- BufferedWebEventProvider.cs
- DataTableReaderListener.cs
- GreenMethods.cs
- ItemDragEvent.cs
- FilePrompt.cs
- OutputCacheProfile.cs
- ContentTypeSettingClientMessageFormatter.cs
- SqlDependencyUtils.cs
- RegexStringValidator.cs
- BindingCompleteEventArgs.cs
- PriorityBindingExpression.cs
- HttpInputStream.cs
- ImageFormat.cs
- ZipPackagePart.cs
- RectAnimationUsingKeyFrames.cs
- ReferencedType.cs
- HttpModuleAction.cs
- OneToOneMappingSerializer.cs
- ContentElement.cs
- MailAddress.cs
- WebConfigurationHostFileChange.cs
- ResolveCompletedEventArgs.cs
- SecurityContext.cs
- OptimizerPatterns.cs
- ConfigurationSchemaErrors.cs
- InstanceKey.cs
- ExpressionBuilder.cs
- ObjectAssociationEndMapping.cs
- IPipelineRuntime.cs
- TextPointer.cs
- ProviderCommandInfoUtils.cs
- DateTimeStorage.cs
- AssemblyBuilder.cs
- ProgressBar.cs
- SkipQueryOptionExpression.cs
- ExpressionPrefixAttribute.cs
- WS2007FederationHttpBindingCollectionElement.cs
- ComponentConverter.cs
- HTTPNotFoundHandler.cs
- Comparer.cs
- CoreSwitches.cs
- InkPresenter.cs
- Interop.cs
- CircleEase.cs
- DbDataReader.cs
- SecurityRuntime.cs
- LinqDataView.cs
- XmlConvert.cs