Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / XPathNavigatorException.cs / 1 / XPathNavigatorException.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; using System.Xml.XPath; [Serializable] [KnownType(typeof(string[]))] public class XPathNavigatorException : XPathException { protected XPathNavigatorException(SerializationInfo info, StreamingContext context) : base(info, context) { } public XPathNavigatorException() { } public XPathNavigatorException(string message) : this(message, null) { } public XPathNavigatorException(string message, Exception innerException) : base(message, innerException) { } internal MessageFilterException Process(Opcode op) { Collectionlist = new Collection (); op.CollectXPathFilters(list); return new MessageFilterException(this.Message, this.InnerException, list); } } } // 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
- CrossSiteScriptingValidation.cs
- BitmapEffectRenderDataResource.cs
- DataGridViewRowStateChangedEventArgs.cs
- FixUpCollection.cs
- TcpSocketManager.cs
- CodeObjectCreateExpression.cs
- CompatibleComparer.cs
- GradientStopCollection.cs
- ToolStripMenuItemCodeDomSerializer.cs
- QuaternionRotation3D.cs
- DesignerActionItem.cs
- AlternateViewCollection.cs
- AbstractExpressions.cs
- adornercollection.cs
- BoolExpressionVisitors.cs
- InputLanguageProfileNotifySink.cs
- EventLog.cs
- ControlParameter.cs
- PolyLineSegment.cs
- DisplayNameAttribute.cs
- InputProcessorProfilesLoader.cs
- WindowsBrush.cs
- typedescriptorpermissionattribute.cs
- ServicePoint.cs
- PropertyIDSet.cs
- BaseDataBoundControl.cs
- ConstraintCollection.cs
- XmlLanguageConverter.cs
- CryptoApi.cs
- SafeNativeMemoryHandle.cs
- SqlRowUpdatingEvent.cs
- TextAnchor.cs
- InputMethodStateTypeInfo.cs
- ComponentRenameEvent.cs
- WebPartConnectionsDisconnectVerb.cs
- QuaternionAnimation.cs
- WebBaseEventKeyComparer.cs
- ExpressionServices.cs
- Mutex.cs
- PromptEventArgs.cs
- TextRangeProviderWrapper.cs
- objectresult_tresulttype.cs
- SimpleTextLine.cs
- ImageAttributes.cs
- CommonGetThemePartSize.cs
- TypeSystem.cs
- CodeCommentStatementCollection.cs
- ListBoxAutomationPeer.cs
- DataGridViewCellStyle.cs
- ButtonFieldBase.cs
- SessionStateUtil.cs
- ModelFactory.cs
- ForEachAction.cs
- HttpHostedTransportConfiguration.cs
- DataListCommandEventArgs.cs
- TextAutomationPeer.cs
- PixelFormat.cs
- MimeParameter.cs
- MatrixUtil.cs
- SemaphoreSecurity.cs
- ComplexLine.cs
- NotifyCollectionChangedEventArgs.cs
- SystemIPInterfaceStatistics.cs
- ServiceDescriptionData.cs
- SectionUpdates.cs
- EventBuilder.cs
- DecoderReplacementFallback.cs
- TileModeValidation.cs
- HttpRawResponse.cs
- AutomationEventArgs.cs
- DrawListViewSubItemEventArgs.cs
- ListViewInsertedEventArgs.cs
- ReferenceEqualityComparer.cs
- DBCommandBuilder.cs
- XmlWriter.cs
- NetPeerTcpBindingElement.cs
- HMACMD5.cs
- AutomationPeer.cs
- RegexCapture.cs
- NodeFunctions.cs
- SettingsPropertyValue.cs
- SynchronousSendBindingElement.cs
- SamlDoNotCacheCondition.cs
- WebConfigManager.cs
- AlternateView.cs
- path.cs
- SecurityTokenAuthenticator.cs
- UDPClient.cs
- LambdaCompiler.ControlFlow.cs
- SqlRowUpdatingEvent.cs
- WebPartsSection.cs
- SystemWebCachingSectionGroup.cs
- GorillaCodec.cs
- WizardForm.cs
- FormsAuthenticationModule.cs
- ScrollProperties.cs
- _SafeNetHandles.cs
- BinaryWriter.cs
- OutputCacheSettingsSection.cs
- CryptoHelper.cs