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
- SortExpressionBuilder.cs
- ChannelBinding.cs
- PrinterSettings.cs
- HtmlInputReset.cs
- ToolStripTextBox.cs
- EntitySetBaseCollection.cs
- RowVisual.cs
- MessageSmuggler.cs
- AstTree.cs
- ProgressBarAutomationPeer.cs
- LineMetrics.cs
- HitTestResult.cs
- IdentityModelStringsVersion1.cs
- XmlSchemaElement.cs
- BindingManagerDataErrorEventArgs.cs
- XmlDataLoader.cs
- AppDomainEvidenceFactory.cs
- StreamGeometry.cs
- XamlDesignerSerializationManager.cs
- SystemDropShadowChrome.cs
- ComponentEvent.cs
- TemplateControl.cs
- Win32.cs
- ContextActivityUtils.cs
- AsyncPostBackTrigger.cs
- SerializationInfo.cs
- QueryableDataSourceView.cs
- AsyncResult.cs
- KeyBinding.cs
- PbrsForward.cs
- CircleHotSpot.cs
- EnumValAlphaComparer.cs
- ReverseInheritProperty.cs
- Operators.cs
- XmlEnumAttribute.cs
- EDesignUtil.cs
- PerspectiveCamera.cs
- ToolStripItemGlyph.cs
- WebPartCloseVerb.cs
- _NetworkingPerfCounters.cs
- ClientUrlResolverWrapper.cs
- TextShapeableCharacters.cs
- GridItemCollection.cs
- RegionData.cs
- NamespaceCollection.cs
- Delay.cs
- ConfigXmlWhitespace.cs
- RuntimeUtils.cs
- JsonReader.cs
- XmlDictionaryWriter.cs
- HttpPostClientProtocol.cs
- RectangleGeometry.cs
- PathGeometry.cs
- EntryWrittenEventArgs.cs
- RawStylusInputReport.cs
- PathGeometry.cs
- MachineKeySection.cs
- KnownBoxes.cs
- HostedBindingBehavior.cs
- MemoryStream.cs
- BamlTreeUpdater.cs
- TextureBrush.cs
- EntryIndex.cs
- WindowVisualStateTracker.cs
- InstancePersistenceException.cs
- CallbackHandler.cs
- MediaElementAutomationPeer.cs
- Variable.cs
- WebPartManager.cs
- SubpageParagraph.cs
- TreeNodeBindingDepthConverter.cs
- Translator.cs
- SerializableReadOnlyDictionary.cs
- BindingList.cs
- httpstaticobjectscollection.cs
- ThaiBuddhistCalendar.cs
- MessagePropertyDescriptionCollection.cs
- DataColumn.cs
- LinkedDataMemberFieldEditor.cs
- Attribute.cs
- ScrollBar.cs
- MessageCredentialType.cs
- FaultBookmark.cs
- AsyncPostBackErrorEventArgs.cs
- SinglePhaseEnlistment.cs
- SplitterPanelDesigner.cs
- CanonicalXml.cs
- MutexSecurity.cs
- DataGridViewBindingCompleteEventArgs.cs
- ThreadAbortException.cs
- XmlArrayItemAttributes.cs
- SharedStream.cs
- BinaryEditor.cs
- WaitingCursor.cs
- SoapFault.cs
- DescendantBaseQuery.cs
- DataGridRelationshipRow.cs
- SamlAuthenticationClaimResource.cs
- PopupControlService.cs
- XsltFunctions.cs