Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- Imaging.cs
- sitestring.cs
- BulletedListEventArgs.cs
- RoleService.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- ToolBarOverflowPanel.cs
- unitconverter.cs
- ParallelTimeline.cs
- Compiler.cs
- FileCodeGroup.cs
- webclient.cs
- COM2AboutBoxPropertyDescriptor.cs
- NavigationHelper.cs
- EventWaitHandleSecurity.cs
- ThreadExceptionDialog.cs
- PersonalizablePropertyEntry.cs
- DataGridPagingPage.cs
- WebScriptClientGenerator.cs
- ExpressionList.cs
- CacheAxisQuery.cs
- AxHostDesigner.cs
- SplashScreen.cs
- SqlCacheDependencyDatabaseCollection.cs
- InputLangChangeEvent.cs
- CodeArrayIndexerExpression.cs
- TraceInternal.cs
- DiagnosticsConfiguration.cs
- lengthconverter.cs
- SegmentInfo.cs
- TimelineGroup.cs
- PageRanges.cs
- DetailsViewPagerRow.cs
- PolicyDesigner.cs
- TemplateControlCodeDomTreeGenerator.cs
- ClientSponsor.cs
- BoolLiteral.cs
- AddingNewEventArgs.cs
- NominalTypeEliminator.cs
- WebScriptEnablingBehavior.cs
- HtmlTable.cs
- Padding.cs
- RtfControlWordInfo.cs
- DataGridViewDataConnection.cs
- EdmScalarPropertyAttribute.cs
- DataBindingCollection.cs
- ProcessHostFactoryHelper.cs
- StateChangeEvent.cs
- NonSerializedAttribute.cs
- RequestCacheEntry.cs
- OperatingSystem.cs
- BindStream.cs
- CapiSafeHandles.cs
- InheritanceRules.cs
- BStrWrapper.cs
- WebPartVerb.cs
- InitializationEventAttribute.cs
- DiagnosticEventProvider.cs
- MediaEntryAttribute.cs
- FacetChecker.cs
- SimpleNameService.cs
- SqlParameterizer.cs
- PrimaryKeyTypeConverter.cs
- GroupItem.cs
- DefaultWorkflowSchedulerService.cs
- SqlConnectionFactory.cs
- ArgumentOutOfRangeException.cs
- WebBrowserPermission.cs
- ControllableStoryboardAction.cs
- IOException.cs
- BinaryMethodMessage.cs
- PrintDocument.cs
- FontFamily.cs
- ObjectRef.cs
- SecondaryIndex.cs
- DictionarySectionHandler.cs
- WebBrowserPermission.cs
- _SSPIWrapper.cs
- LayoutTable.cs
- RowToFieldTransformer.cs
- ViewSimplifier.cs
- TrackingMemoryStreamFactory.cs
- recordstatescratchpad.cs
- HttpWrapper.cs
- TableLayoutPanelDesigner.cs
- ProcessModuleDesigner.cs
- ObfuscationAttribute.cs
- RuleInfoComparer.cs
- Cursor.cs
- ThemeDirectoryCompiler.cs
- WebPartConnectionsDisconnectVerb.cs
- ElementHostAutomationPeer.cs
- Hex.cs
- WindowsPen.cs
- ExpressionBinding.cs
- RadioButtonList.cs
- XmlHelper.cs
- ThrowHelper.cs
- AssemblyCollection.cs
- SpecialFolderEnumConverter.cs