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
- FontUnitConverter.cs
- XsdCachingReader.cs
- Timer.cs
- SortDescriptionCollection.cs
- GeometryDrawing.cs
- PrintController.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DoubleAnimationClockResource.cs
- FloaterBaseParagraph.cs
- ApplicationServicesHostFactory.cs
- Queue.cs
- ASCIIEncoding.cs
- BitmapCodecInfoInternal.cs
- SqlDataSourceCustomCommandEditor.cs
- Journal.cs
- BackgroundFormatInfo.cs
- TimeSpanStorage.cs
- ToolboxDataAttribute.cs
- PermissionSet.cs
- Separator.cs
- PageParserFilter.cs
- XPathChildIterator.cs
- ObjectParameterCollection.cs
- ParamArrayAttribute.cs
- DefaultEventAttribute.cs
- DbInsertCommandTree.cs
- PenCursorManager.cs
- ConfigXmlComment.cs
- CallId.cs
- TextParagraph.cs
- ServiceNameElementCollection.cs
- DataSourceProvider.cs
- TeredoHelper.cs
- DataKeyArray.cs
- CommonGetThemePartSize.cs
- CompositionAdorner.cs
- NativeMethods.cs
- FormatterServicesNoSerializableCheck.cs
- ClientUrlResolverWrapper.cs
- SqlAliasesReferenced.cs
- UIPermission.cs
- RtfControlWordInfo.cs
- WriteFileContext.cs
- CheckBox.cs
- EncryptedXml.cs
- EventArgs.cs
- PathGeometry.cs
- Wrapper.cs
- DataSourceXmlTextReader.cs
- BitmapEffectDrawing.cs
- MsdtcWrapper.cs
- EditorBrowsableAttribute.cs
- WebBrowsableAttribute.cs
- IndentedWriter.cs
- TiffBitmapDecoder.cs
- MsmqInputChannelListener.cs
- CryptoProvider.cs
- RowParagraph.cs
- TCEAdapterGenerator.cs
- WebHostUnsafeNativeMethods.cs
- WSDualHttpBinding.cs
- WindowsIPAddress.cs
- SequenceDesignerAccessibleObject.cs
- Viewport2DVisual3D.cs
- SqlCommand.cs
- SchemaElementDecl.cs
- ResourcePermissionBaseEntry.cs
- FlowDocumentFormatter.cs
- OleDbPermission.cs
- RemoteWebConfigurationHostStream.cs
- Operator.cs
- EventsTab.cs
- WebBrowserNavigatingEventHandler.cs
- SqlClientWrapperSmiStream.cs
- MouseEvent.cs
- Icon.cs
- FontStyles.cs
- RectangleHotSpot.cs
- SecurityDescriptor.cs
- CanonicalFontFamilyReference.cs
- DataBoundControlAdapter.cs
- PlanCompilerUtil.cs
- LongTypeConverter.cs
- _LocalDataStoreMgr.cs
- DefaultValueMapping.cs
- SqlRowUpdatingEvent.cs
- KeyToListMap.cs
- TraceFilter.cs
- LockRenewalTask.cs
- Calendar.cs
- ReceiveActivityDesigner.cs
- CodeExporter.cs
- MatrixKeyFrameCollection.cs
- BuildResult.cs
- ReferenceConverter.cs
- TrueReadOnlyCollection.cs
- IdentityHolder.cs
- StringAttributeCollection.cs
- EventDescriptorCollection.cs
- ScalarRestriction.cs