Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / MessageFilterException.cs / 1 / MessageFilterException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.ServiceModel.Channels; using System.ServiceModel; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using System.Xml.XPath; [Serializable] public class MessageFilterException : CommunicationException { [NonSerialized] Collectionfilters; protected MessageFilterException(SerializationInfo info, StreamingContext context) : base(info, context) { this.filters = null; } public MessageFilterException() { } public MessageFilterException(string message) : this(message, null, null) { } public MessageFilterException(string message, Exception innerException) : this(message, innerException, null) { } public MessageFilterException(string message, Collection filters) : this(message, null, filters) { } public MessageFilterException(string message, Exception innerException, Collection filters) : base(message, innerException) { this.filters = filters; } public Collection Filters { get { return this.filters; } } } } // 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
- BuildProvidersCompiler.cs
- MetadataArtifactLoaderFile.cs
- InputProviderSite.cs
- UIElement.cs
- DynamicResourceExtension.cs
- SoapAttributeAttribute.cs
- Int16KeyFrameCollection.cs
- RootProjectionNode.cs
- RichTextBox.cs
- CompModSwitches.cs
- XNodeValidator.cs
- ToolStripContentPanel.cs
- DependencyObjectPropertyDescriptor.cs
- DependencyPropertyAttribute.cs
- WindowsIPAddress.cs
- PartialToken.cs
- ItemDragEvent.cs
- CssClassPropertyAttribute.cs
- BaseTemplateParser.cs
- DataGridViewTopLeftHeaderCell.cs
- Convert.cs
- Point3DCollectionConverter.cs
- Thickness.cs
- VersionedStreamOwner.cs
- RequestCachingSection.cs
- ComContractElement.cs
- TaskScheduler.cs
- MethodBuilderInstantiation.cs
- RemoteAsymmetricSignatureFormatter.cs
- Interlocked.cs
- TimelineCollection.cs
- TriState.cs
- XmlKeywords.cs
- WebPartPersonalization.cs
- BaseDataBoundControl.cs
- ResolvedKeyFrameEntry.cs
- LayoutInformation.cs
- WizardForm.cs
- odbcmetadatafactory.cs
- WebPartHelpVerb.cs
- GlyphTypeface.cs
- DataColumn.cs
- TypedTableHandler.cs
- ellipse.cs
- XsdBuilder.cs
- StreamResourceInfo.cs
- SecurityTokenRequirement.cs
- MemberPath.cs
- RewritingValidator.cs
- StylusButtonEventArgs.cs
- ReferencedAssembly.cs
- Pointer.cs
- WebReferencesBuildProvider.cs
- RuntimeWrappedException.cs
- localization.cs
- PassportPrincipal.cs
- VScrollBar.cs
- WebSysDefaultValueAttribute.cs
- SrgsOneOf.cs
- GifBitmapEncoder.cs
- Mapping.cs
- DesignParameter.cs
- Perspective.cs
- IsolatedStoragePermission.cs
- CodePageUtils.cs
- BaseAsyncResult.cs
- TypefaceMetricsCache.cs
- RightsManagementInformation.cs
- SmtpDateTime.cs
- EntityDesignerUtils.cs
- TransformerInfo.cs
- TypographyProperties.cs
- LoginUtil.cs
- QilReplaceVisitor.cs
- LocalizableAttribute.cs
- HtmlEncodedRawTextWriter.cs
- Version.cs
- WCFServiceClientProxyGenerator.cs
- XhtmlBasicLabelAdapter.cs
- DetailsViewInsertEventArgs.cs
- ReliableRequestSessionChannel.cs
- ApplicationHost.cs
- EnumBuilder.cs
- TabletCollection.cs
- TextTreeTextNode.cs
- RuleRefElement.cs
- BinarySerializer.cs
- CollectionBuilder.cs
- SynchronizingStream.cs
- WmpBitmapEncoder.cs
- WebAdminConfigurationHelper.cs
- SafeRightsManagementSessionHandle.cs
- XmlDocumentSerializer.cs
- DrawingBrush.cs
- StringValidator.cs
- NamedPermissionSet.cs
- ToggleButtonAutomationPeer.cs
- PreProcessInputEventArgs.cs
- XmlValidatingReaderImpl.cs
- ConfigXmlWhitespace.cs