Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / InvalidCommandTreeException.cs / 1305376 / InvalidCommandTreeException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Runtime.Serialization; using System.Security.Permissions; using System.Data; using System.Data.Metadata.Edm; namespace System.Data { ////// Thrown to indicate that a command tree is invalid. /// [Serializable] public sealed class InvalidCommandTreeException : DataException /*InvalidQueryException*/ { ////// Constructs a new InvalidCommandTreeException with a default message. /// public InvalidCommandTreeException() : base(System.Data.Entity.Strings.Cqt_Exceptions_InvalidCommandTree) { } ////// Constructs a new InvalidCommandTreeException with the specified message. /// /// The exception message public InvalidCommandTreeException(string message) : base(message) { } ////// Constructs a new InvalidCommandTreeException with the specified message and inner exception. /// /// The exception message. /// The exception that is the cause of this InvalidCommandTreeException. public InvalidCommandTreeException(string message, Exception innerException) : base(message, innerException) { } ////// Constructs a new InvalidCommandTreeException from the specified serialization info and streaming context. /// /// /// private InvalidCommandTreeException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComponentConverter.cs
- TreeNode.cs
- Exceptions.cs
- PenLineJoinValidation.cs
- HttpModuleCollection.cs
- PagesSection.cs
- PageSettings.cs
- CapacityStreamGeometryContext.cs
- VariableAction.cs
- ReadOnlyTernaryTree.cs
- CultureInfo.cs
- parserscommon.cs
- TextSelectionHighlightLayer.cs
- CachedBitmap.cs
- OdbcConnectionFactory.cs
- listitem.cs
- Point3DCollectionConverter.cs
- ScrollChangedEventArgs.cs
- TrustLevelCollection.cs
- IntellisenseTextBox.designer.cs
- ItemsPanelTemplate.cs
- RenderOptions.cs
- Quaternion.cs
- PolicyStatement.cs
- BookmarkUndoUnit.cs
- ToolStripOverflow.cs
- objectresult_tresulttype.cs
- CallbackValidator.cs
- StringResourceManager.cs
- ResourceAssociationSet.cs
- _ListenerRequestStream.cs
- OpenTypeCommon.cs
- WindowsToolbarItemAsMenuItem.cs
- CodeDelegateInvokeExpression.cs
- XamlTreeBuilder.cs
- HttpListenerRequest.cs
- EmptyEnumerator.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- SafeEventLogWriteHandle.cs
- StackOverflowException.cs
- CreateUserWizard.cs
- PaperSource.cs
- URLString.cs
- TreeWalkHelper.cs
- SwitchAttribute.cs
- FixedTextContainer.cs
- ContainerUIElement3D.cs
- ApplicationSecurityManager.cs
- WebUtil.cs
- Listbox.cs
- RepeatBehaviorConverter.cs
- RuntimeCompatibilityAttribute.cs
- DocumentApplication.cs
- SqlNodeTypeOperators.cs
- DataFormats.cs
- Message.cs
- ISAPIApplicationHost.cs
- DisableDpiAwarenessAttribute.cs
- ZipIORawDataFileBlock.cs
- SizeConverter.cs
- CompoundFileReference.cs
- DiscoveryExceptionDictionary.cs
- ParseHttpDate.cs
- AssemblyContextControlItem.cs
- XmlElementAttribute.cs
- StoryFragments.cs
- DecoderBestFitFallback.cs
- HyperLink.cs
- StyleBamlTreeBuilder.cs
- DropDownList.cs
- FontWeight.cs
- BaseDataListComponentEditor.cs
- Literal.cs
- RuntimeHandles.cs
- DocumentPageTextView.cs
- ToolTipAutomationPeer.cs
- ContainerControlDesigner.cs
- cache.cs
- TemplateComponentConnector.cs
- StreamGeometry.cs
- BaseCodeDomTreeGenerator.cs
- Timer.cs
- C14NUtil.cs
- TextEditorSpelling.cs
- ButtonChrome.cs
- XamlTreeBuilder.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- RequestCacheEntry.cs
- ToolStripSettings.cs
- Registry.cs
- CustomAttributeBuilder.cs
- CompressionTransform.cs
- SecurityPolicySection.cs
- CodeArgumentReferenceExpression.cs
- TypeBuilder.cs
- BasicExpressionVisitor.cs
- WebPartMenu.cs
- SecurityMessageProperty.cs
- ExecutionEngineException.cs
- Sql8ExpressionRewriter.cs