Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / MultipleFilterMatchesException.cs / 1 / MultipleFilterMatchesException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.ServiceModel.Channels; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; [Serializable] public class MultipleFilterMatchesException : SystemException { [NonSerialized] Collectionfilters; protected MultipleFilterMatchesException(SerializationInfo info, StreamingContext context) : base(info, context) { this.filters = null; } public MultipleFilterMatchesException() : this(SR.GetString(SR.FilterMultipleMatches)) { } public MultipleFilterMatchesException(string message) : this(message, null, null) { } public MultipleFilterMatchesException(string message, Exception innerException) : this(message, innerException, null) { } public MultipleFilterMatchesException(string message, Collection filters) : this(message, null, filters) { } public MultipleFilterMatchesException(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
- XmlSiteMapProvider.cs
- FeedUtils.cs
- EncodingTable.cs
- LineServicesCallbacks.cs
- SecureConversationDriver.cs
- XpsS0ValidatingLoader.cs
- ChangePasswordAutoFormat.cs
- ModelTreeEnumerator.cs
- ObservableCollection.cs
- WindowsGraphicsCacheManager.cs
- ManipulationPivot.cs
- ParserOptions.cs
- CodeGeneratorAttribute.cs
- XmlComplianceUtil.cs
- _ScatterGatherBuffers.cs
- CustomMenuItemCollection.cs
- ToolStripItemRenderEventArgs.cs
- ScalarType.cs
- SmiEventSink.cs
- SspiWrapper.cs
- DbConnectionPoolIdentity.cs
- ControlCollection.cs
- ECDsa.cs
- TextRange.cs
- FixedSOMPage.cs
- WebServicesInteroperability.cs
- UnsafeNativeMethods.cs
- XMLDiffLoader.cs
- CrossContextChannel.cs
- WindowsButton.cs
- Table.cs
- TextSelectionHighlightLayer.cs
- _UriTypeConverter.cs
- StoreItemCollection.cs
- BitmapEncoder.cs
- OletxEnlistment.cs
- KnownBoxes.cs
- PointConverter.cs
- FilterQueryOptionExpression.cs
- UIElementCollection.cs
- ResourceDisplayNameAttribute.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- EventsTab.cs
- DragStartedEventArgs.cs
- FlowLayoutPanelDesigner.cs
- ClientTarget.cs
- VisualTarget.cs
- FontEmbeddingManager.cs
- Constant.cs
- ExpanderAutomationPeer.cs
- Stopwatch.cs
- MailWebEventProvider.cs
- PropertyMetadata.cs
- Parameter.cs
- TableLayoutStyle.cs
- ExtensionDataObject.cs
- PreservationFileWriter.cs
- TextMarkerSource.cs
- SmiMetaData.cs
- TextBreakpoint.cs
- complextypematerializer.cs
- CompilationSection.cs
- CaseStatementProjectedSlot.cs
- TreeIterator.cs
- OdbcConnection.cs
- TextTreeText.cs
- Model3D.cs
- ColumnWidthChangedEvent.cs
- CheckBoxList.cs
- Effect.cs
- ZipIOExtraFieldElement.cs
- GifBitmapEncoder.cs
- WebControlAdapter.cs
- PropertyKey.cs
- ExtenderProvidedPropertyAttribute.cs
- FontStretch.cs
- SignalGate.cs
- StreamInfo.cs
- AuthenticatingEventArgs.cs
- ApplicationFileParser.cs
- LongValidatorAttribute.cs
- DataSysAttribute.cs
- WebContext.cs
- MessageHeaderT.cs
- XPathScanner.cs
- SystemShuttingDownException.cs
- Emitter.cs
- DataGridTextBoxColumn.cs
- DataSourceViewSchemaConverter.cs
- AutomationPeer.cs
- WindowsTreeView.cs
- XmlSchemaValidator.cs
- RunClient.cs
- UserControl.cs
- WriterOutput.cs
- CaretElement.cs
- WsatProxy.cs
- FacetDescription.cs
- HyperLink.cs
- _UncName.cs