Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / InvalidCommandTreeException.cs / 2 / InvalidCommandTreeException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- 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. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- 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
- EntityTypeEmitter.cs
- XsdValidatingReader.cs
- XPathMultyIterator.cs
- sqlstateclientmanager.cs
- IPAddressCollection.cs
- TextEditorDragDrop.cs
- smtpconnection.cs
- MetadataArtifactLoaderCompositeResource.cs
- DbParameterCollection.cs
- WebPartConnectionsCancelEventArgs.cs
- ControlUtil.cs
- MenuItemCollection.cs
- TextMessageEncoder.cs
- SQLSingleStorage.cs
- OrderedDictionary.cs
- DispatcherHooks.cs
- AssemblyUtil.cs
- ExistsInCollection.cs
- InstanceValue.cs
- FileSystemInfo.cs
- ToolStripDropDownClosedEventArgs.cs
- XmlNamespaceMapping.cs
- TimeSpan.cs
- InsufficientMemoryException.cs
- ListBindingHelper.cs
- EventsTab.cs
- tooltip.cs
- XmlComplianceUtil.cs
- EditorPartChrome.cs
- GCHandleCookieTable.cs
- SqlCacheDependencyDatabase.cs
- TypeNameConverter.cs
- Int16.cs
- MouseGestureValueSerializer.cs
- IgnoreFileBuildProvider.cs
- FlagsAttribute.cs
- PriorityQueue.cs
- RegexMatchCollection.cs
- Propagator.ExtentPlaceholderCreator.cs
- SafeEventHandle.cs
- WebPartUtil.cs
- FixedHighlight.cs
- AutomationPropertyInfo.cs
- FrameworkRichTextComposition.cs
- ValueTypeFixupInfo.cs
- BooleanAnimationBase.cs
- TransportListener.cs
- SubMenuStyle.cs
- TextDpi.cs
- TagMapInfo.cs
- AmbientProperties.cs
- HttpWriter.cs
- RankException.cs
- SafeWaitHandle.cs
- Activation.cs
- Label.cs
- DataGridViewLayoutData.cs
- HandleValueEditor.cs
- FederatedMessageSecurityOverHttp.cs
- SystemWebSectionGroup.cs
- InkPresenterAutomationPeer.cs
- Root.cs
- EntityDataSourceChangingEventArgs.cs
- DuplexChannelFactory.cs
- EntityTypeEmitter.cs
- SymDocumentType.cs
- RegisteredHiddenField.cs
- OrthographicCamera.cs
- SecurityDescriptor.cs
- SqlDelegatedTransaction.cs
- PointLightBase.cs
- DataGridViewColumnConverter.cs
- RouteData.cs
- PieceDirectory.cs
- WFItemsToSpacerVisibility.cs
- WebBrowserNavigatingEventHandler.cs
- ExtensionMethods.cs
- RadialGradientBrush.cs
- SessionParameter.cs
- RawTextInputReport.cs
- Constant.cs
- ThreadAttributes.cs
- TreeViewItemAutomationPeer.cs
- Padding.cs
- COAUTHIDENTITY.cs
- WebPartConnection.cs
- LinqDataSourceHelper.cs
- TextTreeInsertElementUndoUnit.cs
- ImageField.cs
- ListViewItemMouseHoverEvent.cs
- SettingsContext.cs
- HtmlDocument.cs
- ParserOptions.cs
- ProfileService.cs
- DynamicEndpoint.cs
- XmlSequenceWriter.cs
- XmlAtomErrorReader.cs
- XmlSchemas.cs
- exports.cs
- GetBrowserTokenRequest.cs