Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Metadata / EdmError.cs / 1305376 / EdmError.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Data; namespace System.Data.Metadata.Edm { ////// This class encapsulates the error information for a generic EDM error. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] [Serializable] public abstract class EdmError { #region Instance Fields private string _message = null; #endregion #region Constructors ////// Constructs a EdmSchemaError object. /// /// The explanation of the error. /// The code associated with this error. /// The severity of the error. internal EdmError(string message) { EntityUtil.CheckStringArgument(message, "message"); _message = message; } #endregion #region Properties ////// Gets the error message. /// public string Message { get { return _message; } } #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
- Update.cs
- TransactionManager.cs
- LambdaCompiler.ControlFlow.cs
- RegistryHandle.cs
- CorrelationResolver.cs
- SqlUdtInfo.cs
- MediaTimeline.cs
- ListControlStringCollectionEditor.cs
- Authorization.cs
- DbReferenceCollection.cs
- ExpressionNode.cs
- DbProviderServices.cs
- _StreamFramer.cs
- ConfigXmlComment.cs
- CharacterMetrics.cs
- FileVersionInfo.cs
- WebPartCatalogAddVerb.cs
- BlobPersonalizationState.cs
- EntityEntry.cs
- PlainXmlWriter.cs
- CodeDirectoryCompiler.cs
- SqlCachedBuffer.cs
- LocalizableResourceBuilder.cs
- FilteredDataSetHelper.cs
- COM2Properties.cs
- RichTextBox.cs
- StructuralType.cs
- ComplexPropertyEntry.cs
- GraphicsState.cs
- WorkflowCommandExtensionItem.cs
- TaiwanLunisolarCalendar.cs
- Calendar.cs
- AxHost.cs
- Metadata.cs
- WizardPanelChangingEventArgs.cs
- QilBinary.cs
- Asn1IntegerConverter.cs
- XmlNamespaceMapping.cs
- EdmItemCollection.cs
- SqlProvider.cs
- DuplicateContext.cs
- Variant.cs
- HttpResponse.cs
- DateTimeStorage.cs
- GridEntry.cs
- ChannelFactoryRefCache.cs
- BasicViewGenerator.cs
- TouchEventArgs.cs
- CustomValidator.cs
- sitestring.cs
- StdRegProviderWrapper.cs
- ScriptingWebServicesSectionGroup.cs
- ObjectListItemCollection.cs
- IgnoreFlushAndCloseStream.cs
- XmlDocumentFragment.cs
- UnsafeNativeMethods.cs
- IndexerNameAttribute.cs
- SiteMapProvider.cs
- XmlReaderSettings.cs
- NoneExcludedImageIndexConverter.cs
- ModuleConfigurationInfo.cs
- Container.cs
- RotateTransform3D.cs
- RegistryKey.cs
- ArgumentException.cs
- XmlSerializationReader.cs
- ExpressionVisitor.cs
- TextParagraphProperties.cs
- AnchoredBlock.cs
- TextContainerChangedEventArgs.cs
- SkipStoryboardToFill.cs
- TaiwanLunisolarCalendar.cs
- ListView.cs
- relpropertyhelper.cs
- LogEntryUtils.cs
- BooleanSwitch.cs
- AdapterSwitches.cs
- CleanUpVirtualizedItemEventArgs.cs
- TabletDevice.cs
- Internal.cs
- MdbDataFileEditor.cs
- figurelength.cs
- OptimizedTemplateContentHelper.cs
- Gdiplus.cs
- XmlArrayAttribute.cs
- UriSection.cs
- XmlSigningNodeWriter.cs
- OptimisticConcurrencyException.cs
- XhtmlConformanceSection.cs
- Sql8ExpressionRewriter.cs
- XmlBufferReader.cs
- IODescriptionAttribute.cs
- InlineCollection.cs
- CacheForPrimitiveTypes.cs
- sqlinternaltransaction.cs
- RelatedCurrencyManager.cs
- ServiceModelReg.cs
- ImageCreator.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ChangePassword.cs