Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / InvalidCommandTreeException.cs / 1 / 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
- ServerValidateEventArgs.cs
- OverflowException.cs
- SettingsSection.cs
- ClientBuildManagerCallback.cs
- RequestQueue.cs
- ManagementBaseObject.cs
- DictionaryEntry.cs
- TabPage.cs
- DbLambda.cs
- EventProviderWriter.cs
- ReferencedAssembly.cs
- XPathAxisIterator.cs
- CalendarBlackoutDatesCollection.cs
- _SecureChannel.cs
- NullableConverter.cs
- WebSysDefaultValueAttribute.cs
- DebuggerAttributes.cs
- BindingManagerDataErrorEventArgs.cs
- DoubleAnimation.cs
- HttpStreams.cs
- TableNameAttribute.cs
- ServerIdentity.cs
- PropertyChangeTracker.cs
- DBAsyncResult.cs
- DateTimeOffsetStorage.cs
- Grid.cs
- TransactionBridge.cs
- ReachDocumentReferenceSerializerAsync.cs
- StrongNameHelpers.cs
- UndoManager.cs
- AtomPub10CategoriesDocumentFormatter.cs
- VariantWrapper.cs
- RenderingEventArgs.cs
- NamedPipeActivation.cs
- TargetConverter.cs
- GraphicsPath.cs
- TextServicesContext.cs
- PageClientProxyGenerator.cs
- TypeConverters.cs
- EventLogSession.cs
- InternalBufferOverflowException.cs
- DataSvcMapFileSerializer.cs
- PreApplicationStartMethodAttribute.cs
- UnknownBitmapDecoder.cs
- BamlLocalizabilityResolver.cs
- AssemblyFilter.cs
- ValidatorCollection.cs
- XmlNavigatorStack.cs
- XmlQuerySequence.cs
- FlowDocumentPaginator.cs
- IdnElement.cs
- UniqueTransportManagerRegistration.cs
- SingleStorage.cs
- basenumberconverter.cs
- WSSecurityXXX2005.cs
- ScrollItemPattern.cs
- PerformanceCounterLib.cs
- ContainerTracking.cs
- PersonalizationProviderCollection.cs
- DecoderExceptionFallback.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- BulletChrome.cs
- MemberRestriction.cs
- ContextMenuStripActionList.cs
- Missing.cs
- ExpandoObject.cs
- ArcSegment.cs
- ReadOnlyHierarchicalDataSource.cs
- ResourceDefaultValueAttribute.cs
- MDIControlStrip.cs
- EntityTransaction.cs
- FixedSchema.cs
- ScriptResourceHandler.cs
- PeerNameRegistration.cs
- SortedDictionary.cs
- PerspectiveCamera.cs
- ToolStripItemDataObject.cs
- ProjectionNode.cs
- Formatter.cs
- DataBindingCollectionConverter.cs
- TextElementCollection.cs
- DispatcherEventArgs.cs
- AxisAngleRotation3D.cs
- SBCSCodePageEncoding.cs
- CodeMemberField.cs
- ResourceExpressionBuilder.cs
- TimeoutValidationAttribute.cs
- MouseDevice.cs
- UriTemplateCompoundPathSegment.cs
- SimpleFieldTemplateFactory.cs
- CommandBindingCollection.cs
- AutomationProperties.cs
- ResourceSetExpression.cs
- ErrorRuntimeConfig.cs
- ServiceProviders.cs
- TagPrefixInfo.cs
- HtmlLink.cs
- TextDecoration.cs
- RemoteWebConfigurationHostServer.cs
- ActivationServices.cs