Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Metadata / EdmItemError.cs / 1305376 / EdmItemError.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Data; namespace System.Data.Metadata.Edm { ////// Class representing Edm error for an inmemory EdmItem /// internal class EdmItemError : EdmError { #region Constructors ////// Construct the EdmItemError with an error message /// /// The error message for this validation error /// The item that causes the validation error public EdmItemError(string message, MetadataItem item) : base(message) { _item = item; } #endregion #region Fields private MetadataItem _item; //Metadata item for which the error is being reported #endregion } } // 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
- ToolStripSeparatorRenderEventArgs.cs
- RecognizeCompletedEventArgs.cs
- PenThreadWorker.cs
- Interlocked.cs
- HostingEnvironmentException.cs
- shaper.cs
- ChannelListenerBase.cs
- CurrencyManager.cs
- ThreadSafeList.cs
- ProgressBar.cs
- ValidationRuleCollection.cs
- XPathBinder.cs
- Span.cs
- HostingEnvironmentSection.cs
- DbException.cs
- CngKey.cs
- ListMarkerLine.cs
- SequentialUshortCollection.cs
- DesignSurfaceServiceContainer.cs
- DictionaryChange.cs
- RightsManagementInformation.cs
- DataGridViewCellValidatingEventArgs.cs
- HandleTable.cs
- SchemaImporterExtension.cs
- PaperSize.cs
- IdentityHolder.cs
- WebPartManager.cs
- ViewCellRelation.cs
- PerfCounterSection.cs
- PinnedBufferMemoryStream.cs
- XmlSerializationGeneratedCode.cs
- XmlSchemaAnnotation.cs
- NonVisualControlAttribute.cs
- MediaElement.cs
- CompilerParameters.cs
- RuntimeWrappedException.cs
- DesignBindingPicker.cs
- ResourceDescriptionAttribute.cs
- ExceptionList.cs
- Vector3D.cs
- BindingExpressionBase.cs
- _ListenerAsyncResult.cs
- CodeDomLocalizationProvider.cs
- RegexMatchCollection.cs
- TypeBuilderInstantiation.cs
- fixedPageContentExtractor.cs
- RadioButtonList.cs
- TableDetailsRow.cs
- CompositeDesignerAccessibleObject.cs
- GenerateTemporaryTargetAssembly.cs
- ExcludePathInfo.cs
- Duration.cs
- StackOverflowException.cs
- DbParameterHelper.cs
- DbParameterHelper.cs
- EntityStoreSchemaGenerator.cs
- Invariant.cs
- SpellerHighlightLayer.cs
- Registry.cs
- ListViewSortEventArgs.cs
- ObjectToModelValueConverter.cs
- BuildManager.cs
- ContainerUIElement3D.cs
- TcpActivation.cs
- Point3D.cs
- MissingSatelliteAssemblyException.cs
- OdbcStatementHandle.cs
- OletxTransactionManager.cs
- HopperCache.cs
- GacUtil.cs
- TextCollapsingProperties.cs
- WSTrust.cs
- Table.cs
- ControlParameter.cs
- ServiceSettingsResponseInfo.cs
- PropertyGridCommands.cs
- Win32Native.cs
- InputMethod.cs
- RequestCacheValidator.cs
- PluralizationServiceUtil.cs
- X509SecurityToken.cs
- oledbmetadatacollectionnames.cs
- XmlBinaryWriterSession.cs
- ProcessModuleCollection.cs
- Viewport3DAutomationPeer.cs
- ModelFunctionTypeElement.cs
- MediaContextNotificationWindow.cs
- AmbientValueAttribute.cs
- UriSection.cs
- DataGridDetailsPresenter.cs
- TextRange.cs
- EmbeddedMailObjectsCollection.cs
- SqlClientWrapperSmiStream.cs
- BoundField.cs
- Utils.cs
- RepeaterCommandEventArgs.cs
- WindowsTokenRoleProvider.cs
- NativeMethodsOther.cs
- PropertyValidationContext.cs
- ObjectDataSourceSelectingEventArgs.cs