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
- SamlSerializer.cs
- UnmanagedHandle.cs
- CellParaClient.cs
- AssemblyName.cs
- ProfilePropertySettings.cs
- PersonalizationStateInfo.cs
- PointLight.cs
- ExpressionParser.cs
- Sql8ConformanceChecker.cs
- TreeNode.cs
- CreateUserWizard.cs
- Pair.cs
- TreeViewEvent.cs
- Symbol.cs
- ValueSerializerAttribute.cs
- RotateTransform.cs
- PrintSchema.cs
- HitTestWithPointDrawingContextWalker.cs
- SpinLock.cs
- SQLDecimalStorage.cs
- DetailsViewPagerRow.cs
- DataQuery.cs
- SynchronizedInputPattern.cs
- StringFormat.cs
- XPathAncestorIterator.cs
- Dump.cs
- TitleStyle.cs
- MappingItemCollection.cs
- CodeSnippetCompileUnit.cs
- SearchForVirtualItemEventArgs.cs
- CodeTypeConstructor.cs
- WebServiceEnumData.cs
- CodeConditionStatement.cs
- TextTreeRootTextBlock.cs
- BigInt.cs
- FolderLevelBuildProviderCollection.cs
- KeyedCollection.cs
- SerializationUtility.cs
- ConsumerConnectionPointCollection.cs
- DebugHandleTracker.cs
- BatchStream.cs
- DefaultPropertyAttribute.cs
- TextBoxBase.cs
- ConfigurationSectionCollection.cs
- WorkflowDefinitionContext.cs
- TransactionChannelFactory.cs
- BinaryObjectReader.cs
- ItemCollection.cs
- PersonalizationStateInfoCollection.cs
- SizeConverter.cs
- MessageBox.cs
- Mappings.cs
- GenericsInstances.cs
- SettingsAttributeDictionary.cs
- Thickness.cs
- Byte.cs
- RadialGradientBrush.cs
- FormattedText.cs
- UIElement3D.cs
- XmlSchemaParticle.cs
- VirtualPath.cs
- XmlEntity.cs
- XslAstAnalyzer.cs
- EpmSyndicationContentSerializer.cs
- WebServiceHostFactory.cs
- SchemaNames.cs
- CodeExporter.cs
- DataGridSortCommandEventArgs.cs
- AppDomain.cs
- ApplicationTrust.cs
- TreeNode.cs
- MimeTypeAttribute.cs
- XmlElementElementCollection.cs
- RenderCapability.cs
- ValidationResult.cs
- TypeUtils.cs
- AssemblyCollection.cs
- HtmlElement.cs
- IntSecurity.cs
- CaseInsensitiveComparer.cs
- UnicodeEncoding.cs
- ExpressionQuoter.cs
- EventManager.cs
- CallId.cs
- TTSVoice.cs
- HttpConfigurationContext.cs
- Publisher.cs
- DataFormat.cs
- MarkedHighlightComponent.cs
- ExtendedTransformFactory.cs
- AuthenticatedStream.cs
- AtomParser.cs
- SchemaAttDef.cs
- LinkClickEvent.cs
- connectionpool.cs
- EventLog.cs
- DataControlFieldCell.cs
- SmiTypedGetterSetter.cs
- Assert.cs
- Conditional.cs