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
- ModelPerspective.cs
- SqlGenerator.cs
- CompModSwitches.cs
- Int16Storage.cs
- TemplateControl.cs
- InsufficientMemoryException.cs
- ListControl.cs
- errorpatternmatcher.cs
- ExtentCqlBlock.cs
- GC.cs
- ReaderWriterLock.cs
- ManagementInstaller.cs
- IPCCacheManager.cs
- AppSettingsReader.cs
- Button.cs
- ActivatedMessageQueue.cs
- OleDbParameter.cs
- Table.cs
- XmlSchemaSimpleTypeRestriction.cs
- LicenseContext.cs
- Dictionary.cs
- RotateTransform3D.cs
- DatagridviewDisplayedBandsData.cs
- Geometry.cs
- Number.cs
- NetworkInformationPermission.cs
- ObjectFullSpanRewriter.cs
- GeneralTransform2DTo3D.cs
- CapabilitiesPattern.cs
- MarkupWriter.cs
- HttpCacheVaryByContentEncodings.cs
- NonSerializedAttribute.cs
- WindowsTitleBar.cs
- ScriptComponentDescriptor.cs
- ArgumentException.cs
- XPathSelectionIterator.cs
- KeyEventArgs.cs
- ImageKeyConverter.cs
- SqlClientWrapperSmiStreamChars.cs
- WebPartVerbsEventArgs.cs
- NetworkInterface.cs
- SslStream.cs
- WebPartCancelEventArgs.cs
- TypeConverterAttribute.cs
- SystemWebSectionGroup.cs
- PerformanceCounterManager.cs
- SqlDataSourceStatusEventArgs.cs
- SmiEventSink.cs
- RepeaterItemCollection.cs
- RequestCacheValidator.cs
- FormViewDeletedEventArgs.cs
- EntityConnectionStringBuilderItem.cs
- Mutex.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DynamicMethod.cs
- WebResourceUtil.cs
- ZoomPercentageConverter.cs
- FigureParagraph.cs
- FileChangesMonitor.cs
- SwitchElementsCollection.cs
- SiteMapNodeItemEventArgs.cs
- CustomExpression.cs
- RenderContext.cs
- RSAProtectedConfigurationProvider.cs
- XmlSchemaObjectTable.cs
- TextRange.cs
- exports.cs
- QueryableFilterRepeater.cs
- Point.cs
- MenuItemBindingCollection.cs
- StartUpEventArgs.cs
- TextParagraph.cs
- DiscoveryMessageSequenceGenerator.cs
- MouseEventArgs.cs
- ProfileSettings.cs
- TypeRestriction.cs
- ObservableDictionary.cs
- InvalidEnumArgumentException.cs
- HostedImpersonationContext.cs
- MediaEntryAttribute.cs
- ObjectContext.cs
- ContextDataSourceContextData.cs
- ImpersonationOption.cs
- CodeTypeMember.cs
- DbExpressionBuilder.cs
- CryptoApi.cs
- TagPrefixAttribute.cs
- PropertyDescriptor.cs
- Viewport2DVisual3D.cs
- KeyNotFoundException.cs
- ConnectionManager.cs
- GenericEnumerator.cs
- IndexedString.cs
- HideDisabledControlAdapter.cs
- TemplateInstanceAttribute.cs
- EmbeddedMailObjectsCollection.cs
- DataObjectAttribute.cs
- HttpListenerContext.cs
- UserCancellationException.cs
- DataGridViewButtonCell.cs