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
- EntityRecordInfo.cs
- TransportBindingElementImporter.cs
- ShaderRenderModeValidation.cs
- EntityFunctions.cs
- MinimizableAttributeTypeConverter.cs
- ComponentCache.cs
- SelectionEditingBehavior.cs
- LineServicesRun.cs
- CheckBoxDesigner.cs
- ReadContentAsBinaryHelper.cs
- errorpatternmatcher.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- DisplayNameAttribute.cs
- DiagnosticStrings.cs
- XmlDataLoader.cs
- ComplexPropertyEntry.cs
- ProxyHwnd.cs
- ConstructorArgumentAttribute.cs
- HttpStreamXmlDictionaryWriter.cs
- PngBitmapEncoder.cs
- SchemaNamespaceManager.cs
- StringToken.cs
- TreeNodeBindingDepthConverter.cs
- SecurityTokenValidationException.cs
- ModelTypeConverter.cs
- ExpressionLink.cs
- ComplexPropertyEntry.cs
- ElementHostAutomationPeer.cs
- PenContext.cs
- DecoderFallbackWithFailureFlag.cs
- IpcChannelHelper.cs
- Error.cs
- Trace.cs
- HtmlControlPersistable.cs
- XmlProcessingInstruction.cs
- ResourceDescriptionAttribute.cs
- TabPageDesigner.cs
- DbRetry.cs
- DbMetaDataCollectionNames.cs
- XPathParser.cs
- Animatable.cs
- PropertySourceInfo.cs
- PrintPreviewGraphics.cs
- ToolStripDropDown.cs
- EditorPart.cs
- PropertyGeneratedEventArgs.cs
- XmlUtil.cs
- EntityDataSourceReferenceGroup.cs
- StrongNameIdentityPermission.cs
- AspNetHostingPermission.cs
- ADRoleFactoryConfiguration.cs
- FocusManager.cs
- SID.cs
- CryptoStream.cs
- EllipseGeometry.cs
- PkcsUtils.cs
- MessageDecoder.cs
- StringUtil.cs
- ObjectCloneHelper.cs
- StreamedWorkflowDefinitionContext.cs
- Selection.cs
- DocumentSchemaValidator.cs
- ConnectionPoint.cs
- SqlServer2KCompatibilityAnnotation.cs
- XmlAutoDetectWriter.cs
- ProgramNode.cs
- FamilyMapCollection.cs
- TdsParameterSetter.cs
- GenericTextProperties.cs
- SplashScreen.cs
- DeclarationUpdate.cs
- CommonDialog.cs
- ObjectComplexPropertyMapping.cs
- ScriptResourceMapping.cs
- RegexStringValidatorAttribute.cs
- TypefaceCollection.cs
- SmtpDateTime.cs
- CommandDesigner.cs
- JsonReaderDelegator.cs
- LinearGradientBrush.cs
- TextSelection.cs
- MultipleViewPattern.cs
- XpsResourceDictionary.cs
- KeyValueConfigurationElement.cs
- SQLMoney.cs
- EventLogTraceListener.cs
- StickyNote.cs
- AssertFilter.cs
- Label.cs
- DateTime.cs
- CellParaClient.cs
- MetadataUtilsSmi.cs
- DataSourceHelper.cs
- ThicknessConverter.cs
- Menu.cs
- RayMeshGeometry3DHitTestResult.cs
- ScanQueryOperator.cs
- TranslateTransform.cs
- SqlTriggerContext.cs
- ImageConverter.cs