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
- EntityViewGenerationAttribute.cs
- ComponentEditorPage.cs
- PublisherMembershipCondition.cs
- EntityDataSourceReferenceGroup.cs
- SqlClientWrapperSmiStream.cs
- TextHidden.cs
- FlowLayoutSettings.cs
- FormattedText.cs
- TabPage.cs
- GroupBoxRenderer.cs
- SmtpAuthenticationManager.cs
- SHA1.cs
- PenContexts.cs
- UnsafeNativeMethodsPenimc.cs
- ErasingStroke.cs
- ConnectionManagementSection.cs
- OleDbReferenceCollection.cs
- ObjectSet.cs
- LocalIdKeyIdentifierClause.cs
- XmlSortKeyAccumulator.cs
- DBCSCodePageEncoding.cs
- DictionaryEntry.cs
- PerformanceCountersElement.cs
- RequestDescription.cs
- ConfigXmlElement.cs
- BuilderInfo.cs
- ReliabilityContractAttribute.cs
- HttpException.cs
- WorkflowServiceAttributes.cs
- externdll.cs
- StylusButtonCollection.cs
- FillBehavior.cs
- PartEditor.cs
- GridViewEditEventArgs.cs
- AnimationClockResource.cs
- SystemIPGlobalProperties.cs
- SiblingIterators.cs
- MarkupCompiler.cs
- DataList.cs
- EncoderExceptionFallback.cs
- AttributeQuery.cs
- Application.cs
- UnsafeCollabNativeMethods.cs
- ComplexTypeEmitter.cs
- HttpCookie.cs
- PointConverter.cs
- XmlNodeList.cs
- ChannelDemuxer.cs
- SqlNodeAnnotations.cs
- ZoomingMessageFilter.cs
- RandomNumberGenerator.cs
- GeneratedCodeAttribute.cs
- ApplyImportsAction.cs
- SafeCryptContextHandle.cs
- EnumerableValidator.cs
- OdbcEnvironment.cs
- ComponentChangedEvent.cs
- DateRangeEvent.cs
- GPRECT.cs
- HttpProcessUtility.cs
- LayoutSettings.cs
- SourceFileBuildProvider.cs
- ComplexPropertyEntry.cs
- NTAccount.cs
- PropertyTabChangedEvent.cs
- TextContainer.cs
- FormViewPagerRow.cs
- NaturalLanguageHyphenator.cs
- WebPartsSection.cs
- Part.cs
- TemplatedAdorner.cs
- UIntPtr.cs
- LinqDataSourceInsertEventArgs.cs
- SoapFault.cs
- ExclusiveCanonicalizationTransform.cs
- MsmqIntegrationInputChannel.cs
- RealProxy.cs
- RenderDataDrawingContext.cs
- hebrewshape.cs
- ScopelessEnumAttribute.cs
- EDesignUtil.cs
- XmlAttributeProperties.cs
- TransformValueSerializer.cs
- FormViewCommandEventArgs.cs
- AutomationPatternInfo.cs
- MorphHelper.cs
- XslAst.cs
- ItemsControlAutomationPeer.cs
- SocketCache.cs
- PropertyPathConverter.cs
- _SSPIWrapper.cs
- unsafeIndexingFilterStream.cs
- WsdlParser.cs
- SeekStoryboard.cs
- DomainUpDown.cs
- ObjectListCommandsPage.cs
- GraphicsState.cs
- TextTreeNode.cs
- DynamicQueryableWrapper.cs
- FontCollection.cs