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
- EventPrivateKey.cs
- XmlMembersMapping.cs
- TraceHandlerErrorFormatter.cs
- Set.cs
- RestHandlerFactory.cs
- TextSelectionHelper.cs
- HtmlHead.cs
- ToolStripSettings.cs
- HttpDebugHandler.cs
- InvalidDataException.cs
- SHA384Managed.cs
- InkCanvasSelectionAdorner.cs
- ContravarianceAdapter.cs
- HtmlEncodedRawTextWriter.cs
- ManipulationDeltaEventArgs.cs
- TableLayoutSettingsTypeConverter.cs
- RoutedUICommand.cs
- propertytag.cs
- Brush.cs
- PointCollection.cs
- StringReader.cs
- DesignRelation.cs
- ContentType.cs
- OutgoingWebRequestContext.cs
- PropertyContainer.cs
- StatusBarDrawItemEvent.cs
- InputLanguageManager.cs
- PropertyValueUIItem.cs
- AdornedElementPlaceholder.cs
- IPAddress.cs
- XmlNodeList.cs
- SafeRegistryHandle.cs
- ObjectAnimationUsingKeyFrames.cs
- WasHostedComPlusFactory.cs
- GenerateTemporaryTargetAssembly.cs
- PropertyEntry.cs
- DataKeyPropertyAttribute.cs
- ComplexBindingPropertiesAttribute.cs
- TextDecoration.cs
- SiteMapDesignerDataSourceView.cs
- CodeEventReferenceExpression.cs
- ASCIIEncoding.cs
- LookupNode.cs
- EpmSyndicationContentSerializer.cs
- MulticastDelegate.cs
- ChangeDirector.cs
- ReferencedType.cs
- Line.cs
- PrimaryKeyTypeConverter.cs
- ByteFacetDescriptionElement.cs
- ArgumentOutOfRangeException.cs
- HelpFileFileNameEditor.cs
- DataGridViewSortCompareEventArgs.cs
- PageContentCollection.cs
- DocumentGrid.cs
- AccessViolationException.cs
- CompilerResults.cs
- FamilyTypeface.cs
- DeclarativeConditionsCollection.cs
- TypeSchema.cs
- AutomationPeer.cs
- LoadWorkflowCommand.cs
- ToolStripDropTargetManager.cs
- DataGridPageChangedEventArgs.cs
- FileLoadException.cs
- LogAppendAsyncResult.cs
- ListViewDataItem.cs
- XomlDesignerLoader.cs
- OleDbStruct.cs
- PeerInvitationResponse.cs
- EventEntry.cs
- Funcletizer.cs
- HttpWrapper.cs
- X509Utils.cs
- ConfigurationStrings.cs
- AdPostCacheSubstitution.cs
- WebPartsPersonalizationAuthorization.cs
- ExpressionBuilder.cs
- EntityDataSourceWrapper.cs
- DSASignatureFormatter.cs
- GridViewRowEventArgs.cs
- Package.cs
- SpecularMaterial.cs
- ConfigsHelper.cs
- GenericTypeParameterBuilder.cs
- ApplicationTrust.cs
- TypeDependencyAttribute.cs
- Adorner.cs
- ServiceOperationParameter.cs
- WebServiceEnumData.cs
- ThreadAttributes.cs
- TextParentUndoUnit.cs
- MessageSecurityOverMsmq.cs
- CaseInsensitiveComparer.cs
- SchemaSetCompiler.cs
- PathTooLongException.cs
- TraceHandlerErrorFormatter.cs
- BindingNavigator.cs
- ADMembershipUser.cs
- SystemResources.cs