Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / InvalidChannelBindingException.cs / 1 / InvalidChannelBindingException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; using System.ServiceModel; using System.Runtime.Serialization; [Serializable] public class InvalidChannelBindingException : Exception { public InvalidChannelBindingException() { } public InvalidChannelBindingException(string message) : base(message) { } public InvalidChannelBindingException(string message, Exception innerException) : base(message, innerException) { } protected InvalidChannelBindingException(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
- ReferenceAssemblyAttribute.cs
- UnsafeNativeMethods.cs
- ProfileService.cs
- WindowsToolbarAsMenu.cs
- RealizationContext.cs
- Literal.cs
- StreamWriter.cs
- FileInfo.cs
- WindowCollection.cs
- HtmlFormParameterWriter.cs
- FileVersion.cs
- ConnectionManagementElement.cs
- ExtendedPropertyCollection.cs
- HostingEnvironmentSection.cs
- WebPartDescription.cs
- AlignmentYValidation.cs
- CompiledAction.cs
- SafeFileMappingHandle.cs
- _HelperAsyncResults.cs
- ParameterModifier.cs
- TreeViewImageIndexConverter.cs
- Win32MouseDevice.cs
- MustUnderstandBehavior.cs
- FieldDescriptor.cs
- DrawingImage.cs
- IsolatedStorageFilePermission.cs
- DataSysAttribute.cs
- MimeObjectFactory.cs
- ListViewSelectEventArgs.cs
- WebHttpSecurityModeHelper.cs
- UserPreferenceChangingEventArgs.cs
- ApplicationId.cs
- ExpressionLexer.cs
- CollectionBuilder.cs
- ExtensionSimplifierMarkupObject.cs
- X509ThumbprintKeyIdentifierClause.cs
- TcpProcessProtocolHandler.cs
- OuterGlowBitmapEffect.cs
- DupHandleConnectionReader.cs
- ContainerTracking.cs
- CollectionsUtil.cs
- DataSourceHelper.cs
- wgx_commands.cs
- WindowsSysHeader.cs
- SqlNodeTypeOperators.cs
- UniformGrid.cs
- FileDataSourceCache.cs
- ParseHttpDate.cs
- IsolatedStorageFilePermission.cs
- RenderData.cs
- ColorTransform.cs
- XhtmlBasicTextBoxAdapter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- GlobalizationSection.cs
- SourceSwitch.cs
- ConnectionManagementSection.cs
- CancellationHandlerDesigner.cs
- LogSwitch.cs
- VarRemapper.cs
- RenderContext.cs
- XmlNamespaceDeclarationsAttribute.cs
- Function.cs
- IDReferencePropertyAttribute.cs
- XamlReaderConstants.cs
- MiniLockedBorderGlyph.cs
- Animatable.cs
- SwitchElementsCollection.cs
- PageAsyncTaskManager.cs
- ListView.cs
- FormViewCommandEventArgs.cs
- KnownBoxes.cs
- DeclarativeCatalogPartDesigner.cs
- WebChannelFactory.cs
- HiddenFieldPageStatePersister.cs
- ChooseAction.cs
- UIPropertyMetadata.cs
- xmlfixedPageInfo.cs
- DataServiceKeyAttribute.cs
- MatrixAnimationBase.cs
- Component.cs
- ParameterEditorUserControl.cs
- QilUnary.cs
- FormsAuthenticationModule.cs
- connectionpool.cs
- SortDescription.cs
- ComponentCache.cs
- ListViewPagedDataSource.cs
- SQLDouble.cs
- SettingsProviderCollection.cs
- _NtlmClient.cs
- UInt32Storage.cs
- ByteRangeDownloader.cs
- ActionMessageFilter.cs
- ButtonBaseAdapter.cs
- CharEnumerator.cs
- ZipIOModeEnforcingStream.cs
- FileUtil.cs
- MediaPlayerState.cs
- _SSPIWrapper.cs
- MappingException.cs