Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / QueryException.cs / 1 / QueryException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Xml; using System.Xml.XPath; internal enum QueryProcessingError { None, Unexpected, TypeMismatch, UnsupportedXmlNodeType, NodeCountMaxExceeded, InvalidXmlAttributes, InvalidNavigatorPosition, NotAtomized, NotSupported, InvalidBodyAccess, InvalidNamespacePrefix } internal class QueryProcessingException : XPathException { QueryProcessingError error; internal QueryProcessingException(QueryProcessingError error, string message) : base(message, null) { this.error = error; } internal QueryProcessingException(QueryProcessingError error) : this(error, null) { this.error = error; } public override string ToString() { return this.error.ToString(); } } internal enum QueryCompileError { None, General, CouldNotParseExpression, UnexpectedToken, UnsupportedOperator, UnsupportedAxis, UnsupportedFunction, UnsupportedNodeTest, UnsupportedExpression, AbsolutePathRequired, InvalidNCName, InvalidVariable, InvalidNumber, InvalidLiteral, InvalidOperatorName, InvalidNodeType, InvalidExpression, InvalidFunction, InvalidLocationPath, InvalidLocationStep, InvalidAxisSpecifier, InvalidNodeTest, InvalidPredicate, InvalidComparison, InvalidOrdinal, InvalidType, InvalidTypeConversion, NoNamespaceForPrefix, MismatchedParen, DuplicateOpcode, OpcodeExists, OpcodeNotFound, PredicateNestingTooDeep } internal class QueryCompileException : XPathException { QueryCompileError error; internal QueryCompileException(QueryCompileError error, string message) : base(message, null) { this.error = error; } internal QueryCompileException(QueryCompileError error) : this(error, null) { this.error = error; } public override string ToString() { return this.error.ToString(); } } } // 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
- SecurityAccessDeniedException.cs
- ScrollContentPresenter.cs
- RowBinding.cs
- CurrentTimeZone.cs
- HttpRequestCacheValidator.cs
- EditorBrowsableAttribute.cs
- QuadraticBezierSegment.cs
- Command.cs
- DocComment.cs
- ClientBuildManager.cs
- SynchronizingStream.cs
- EnumType.cs
- OracleEncoding.cs
- HtmlLink.cs
- FloatUtil.cs
- MimeXmlImporter.cs
- XPSSignatureDefinition.cs
- XmlWriterTraceListener.cs
- ToolStrip.cs
- PathFigure.cs
- ListBindingConverter.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- GetCryptoTransformRequest.cs
- VBIdentifierNameEditor.cs
- RoleBoolean.cs
- ReferenceCountedObject.cs
- SqlPersonalizationProvider.cs
- WebPartTransformerAttribute.cs
- TabPage.cs
- GenericWebPart.cs
- QilDataSource.cs
- HttpProfileBase.cs
- DataListItemCollection.cs
- SmtpSection.cs
- CacheEntry.cs
- TdsEnums.cs
- UnsafeNativeMethods.cs
- GlyphTypeface.cs
- WsdlParser.cs
- DocumentPageView.cs
- MobileComponentEditorPage.cs
- ConstraintStruct.cs
- SemaphoreSecurity.cs
- ServerValidateEventArgs.cs
- SecurityTokenException.cs
- SQlBooleanStorage.cs
- MappingException.cs
- VisualTreeUtils.cs
- PinnedBufferMemoryStream.cs
- WindowCollection.cs
- PropertyDescriptorCollection.cs
- JsonWriter.cs
- ObjectDataSourceDisposingEventArgs.cs
- CanExecuteRoutedEventArgs.cs
- tooltip.cs
- DataGridViewRowStateChangedEventArgs.cs
- DocumentPageTextView.cs
- CustomValidator.cs
- GregorianCalendar.cs
- SystemColors.cs
- ConfigurationElementCollection.cs
- XmlSchemaComplexType.cs
- FormatException.cs
- UserControl.cs
- X509SecurityTokenAuthenticator.cs
- TrackingRecordPreFilter.cs
- NgenServicingAttributes.cs
- GifBitmapEncoder.cs
- LightweightEntityWrapper.cs
- PointLightBase.cs
- CatalogZoneBase.cs
- IntranetCredentialPolicy.cs
- ThemeDirectoryCompiler.cs
- PropertyEmitter.cs
- ContravarianceAdapter.cs
- ErrorStyle.cs
- KeyToListMap.cs
- TextTreeExtractElementUndoUnit.cs
- PixelFormats.cs
- _SSPISessionCache.cs
- NetStream.cs
- CustomCategoryAttribute.cs
- unsafeIndexingFilterStream.cs
- GregorianCalendar.cs
- TextContainerChangeEventArgs.cs
- ViewValidator.cs
- SettingsBase.cs
- CompositeTypefaceMetrics.cs
- MenuItemStyle.cs
- NativeMsmqMessage.cs
- ConnectionManagementElement.cs
- EntityContainerRelationshipSet.cs
- EncoderReplacementFallback.cs
- RijndaelManaged.cs
- IntPtr.cs
- columnmapkeybuilder.cs
- CheckBoxStandardAdapter.cs
- OutputCacheSettings.cs
- BoundColumn.cs
- MultipartContentParser.cs