Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- WebEncodingValidatorAttribute.cs
- ZipIOExtraFieldElement.cs
- ISO2022Encoding.cs
- Package.cs
- FilteredXmlReader.cs
- EmptyElement.cs
- LinkConverter.cs
- StaticTextPointer.cs
- ToolStripLocationCancelEventArgs.cs
- webbrowsersite.cs
- MimeObjectFactory.cs
- Visual3D.cs
- XmlSchemaException.cs
- DeclarativeCatalogPart.cs
- ThicknessAnimation.cs
- MouseGesture.cs
- HScrollProperties.cs
- ObjectStateEntryDbDataRecord.cs
- InstalledVoice.cs
- RSAOAEPKeyExchangeFormatter.cs
- BidOverLoads.cs
- LinkUtilities.cs
- ScrollProperties.cs
- AlternateView.cs
- SerializationFieldInfo.cs
- Soap.cs
- TypeGeneratedEventArgs.cs
- BamlLocalizableResource.cs
- X509UI.cs
- XamlToRtfWriter.cs
- Privilege.cs
- ImportCatalogPart.cs
- InputLanguage.cs
- DataSource.cs
- AutomationPropertyInfo.cs
- PersistStreamTypeWrapper.cs
- FormViewCommandEventArgs.cs
- ResourceExpressionEditor.cs
- ResizeGrip.cs
- ToolStripPanelRenderEventArgs.cs
- ExtensionFile.cs
- MetadataSource.cs
- HelpHtmlBuilder.cs
- Button.cs
- ReferenceAssemblyAttribute.cs
- LinqDataSourceInsertEventArgs.cs
- AspProxy.cs
- WebPartVerbsEventArgs.cs
- StringKeyFrameCollection.cs
- TextEndOfParagraph.cs
- InternalResources.cs
- CodeDirectionExpression.cs
- HybridDictionary.cs
- Thread.cs
- SqlAliaser.cs
- ContentPropertyAttribute.cs
- InkPresenter.cs
- DoubleAnimation.cs
- Setter.cs
- MetaModel.cs
- HttpWebResponse.cs
- DataGridViewImageCell.cs
- DataGridViewCellValidatingEventArgs.cs
- TransactionContextValidator.cs
- SAPIEngineTypes.cs
- UserInitiatedNavigationPermission.cs
- ActivitySurrogateSelector.cs
- PageSetupDialog.cs
- XNodeSchemaApplier.cs
- Rotation3D.cs
- RawKeyboardInputReport.cs
- Pair.cs
- GenericUriParser.cs
- PasswordPropertyTextAttribute.cs
- HandleCollector.cs
- WeakReferenceList.cs
- Funcletizer.cs
- Freezable.cs
- ByteKeyFrameCollection.cs
- ServiceErrorHandler.cs
- DataService.cs
- CursorConverter.cs
- DbMetaDataFactory.cs
- StateMachine.cs
- DbConnectionPoolGroupProviderInfo.cs
- DataGridAddNewRow.cs
- ListenDesigner.cs
- ModelTreeEnumerator.cs
- DialogResultConverter.cs
- CroppedBitmap.cs
- columnmapfactory.cs
- Form.cs
- GridViewHeaderRowPresenter.cs
- HelpExampleGenerator.cs
- SchemaTypeEmitter.cs
- FormatException.cs
- AutomationEventArgs.cs
- ChangePassword.cs
- ContextStack.cs
- SqlLiftWhereClauses.cs