Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / InternalMappingException.cs / 1305376 / InternalMappingException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Common.Utils; using System.Data.Mapping.ViewGeneration.Structures; using System.Runtime.Serialization; namespace System.Data { ////// Mapping exception class. Note that this class has state - so if you change even /// its internals, it can be a breaking change /// [Serializable] internal class InternalMappingException : EntityException { // effects: constructor with default message #region Constructors ////// default constructor /// internal InternalMappingException() // required ctor : base() { } ////// default constructor /// /// localized error message [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] // required CTOR for exceptions. internal InternalMappingException(string message) // required ctor : base(message) { } ////// constructor /// /// localized error message /// inner exception [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] // required CTOR for exceptions. internal InternalMappingException(string message, Exception innerException) // required ctor : base(message, innerException) { } ////// constructor /// /// /// protected InternalMappingException(SerializationInfo info, StreamingContext context) : base(info, context) { } // effects: constructor that allows a log internal InternalMappingException(string message, ErrorLog errorLog) : base(message) { EntityUtil.CheckArgumentNull(errorLog, "errorLog"); m_errorLog = errorLog; } // effects: constructor that allows single mapping error internal InternalMappingException(string message, ErrorLog.Record record) : base(message) { EntityUtil.CheckArgumentNull(record, "record"); m_errorLog = new ErrorLog(); m_errorLog.AddEntry(record); } #endregion #region Fields // Keep track of mapping errors that we want to give to the // user in one shot private ErrorLog m_errorLog; #endregion #region Properties ////// Returns the inner exceptions stored in this /// internal ErrorLog ErrorLog { get { return m_errorLog; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Common.Utils; using System.Data.Mapping.ViewGeneration.Structures; using System.Runtime.Serialization; namespace System.Data { ////// Mapping exception class. Note that this class has state - so if you change even /// its internals, it can be a breaking change /// [Serializable] internal class InternalMappingException : EntityException { // effects: constructor with default message #region Constructors ////// default constructor /// internal InternalMappingException() // required ctor : base() { } ////// default constructor /// /// localized error message [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] // required CTOR for exceptions. internal InternalMappingException(string message) // required ctor : base(message) { } ////// constructor /// /// localized error message /// inner exception [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] // required CTOR for exceptions. internal InternalMappingException(string message, Exception innerException) // required ctor : base(message, innerException) { } ////// constructor /// /// /// protected InternalMappingException(SerializationInfo info, StreamingContext context) : base(info, context) { } // effects: constructor that allows a log internal InternalMappingException(string message, ErrorLog errorLog) : base(message) { EntityUtil.CheckArgumentNull(errorLog, "errorLog"); m_errorLog = errorLog; } // effects: constructor that allows single mapping error internal InternalMappingException(string message, ErrorLog.Record record) : base(message) { EntityUtil.CheckArgumentNull(record, "record"); m_errorLog = new ErrorLog(); m_errorLog.AddEntry(record); } #endregion #region Fields // Keep track of mapping errors that we want to give to the // user in one shot private ErrorLog m_errorLog; #endregion #region Properties ////// Returns the inner exceptions stored in this /// internal ErrorLog ErrorLog { get { return m_errorLog; } } #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
- ModelItemImpl.cs
- SecurityTokenSerializer.cs
- DataListItemCollection.cs
- SharedDp.cs
- streamingZipPartStream.cs
- PagesSection.cs
- ContainerFilterService.cs
- CodeLabeledStatement.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- DynamicValidatorEventArgs.cs
- SecurityImpersonationBehavior.cs
- AppModelKnownContentFactory.cs
- OdbcErrorCollection.cs
- BigInt.cs
- SrgsElementFactoryCompiler.cs
- BrowserCapabilitiesFactoryBase.cs
- FormsAuthenticationEventArgs.cs
- DataGridTextBoxColumn.cs
- Calendar.cs
- WebPartChrome.cs
- _NestedMultipleAsyncResult.cs
- InputReportEventArgs.cs
- ProcessManager.cs
- TargetPerspective.cs
- XmlWrappingReader.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- Crypto.cs
- ParagraphResult.cs
- IndexedGlyphRun.cs
- LiteralControl.cs
- DoubleCollectionValueSerializer.cs
- DesignerValidatorAdapter.cs
- TextBlockAutomationPeer.cs
- UrlPath.cs
- CultureSpecificStringDictionary.cs
- DateTimeOffsetConverter.cs
- SignatureGenerator.cs
- RequestNavigateEventArgs.cs
- ListViewDeletedEventArgs.cs
- TraceInternal.cs
- Stackframe.cs
- AtomEntry.cs
- FunctionOverloadResolver.cs
- SecurityTokenResolver.cs
- SrgsText.cs
- DesignerAdapterAttribute.cs
- VerticalConnector.xaml.cs
- DesignTimeTemplateParser.cs
- HostedElements.cs
- ToolStripItemClickedEventArgs.cs
- InputProcessorProfilesLoader.cs
- ClientData.cs
- PhysicalAddress.cs
- NamedPipeProcessProtocolHandler.cs
- ConfigXmlComment.cs
- ScrollChrome.cs
- DLinqColumnProvider.cs
- TextBounds.cs
- LocalBuilder.cs
- SymbolType.cs
- Operators.cs
- BitmapInitialize.cs
- EntityDataSourceContextDisposingEventArgs.cs
- DataGridPageChangedEventArgs.cs
- HttpHandlerAction.cs
- SectionVisual.cs
- ColumnMapVisitor.cs
- DbProviderFactory.cs
- DivideByZeroException.cs
- GridLengthConverter.cs
- WpfXamlType.cs
- ValidatingPropertiesEventArgs.cs
- ChtmlTextBoxAdapter.cs
- ChooseAction.cs
- XmlElementAttributes.cs
- ClientType.cs
- MethodImplAttribute.cs
- AuthenticationException.cs
- RelationshipFixer.cs
- FormatException.cs
- SqlCaseSimplifier.cs
- TextRunTypographyProperties.cs
- graph.cs
- MatrixTransform.cs
- MobileContainerDesigner.cs
- EncoderNLS.cs
- XmlArrayItemAttribute.cs
- HandlerFactoryWrapper.cs
- TreeWalkHelper.cs
- ParserExtension.cs
- DbDeleteCommandTree.cs
- EntityKey.cs
- MILUtilities.cs
- PointAnimationUsingKeyFrames.cs
- CommandValueSerializer.cs
- FileNotFoundException.cs
- TreeNodeBinding.cs
- TextReader.cs
- EventBuilder.cs
- SqlConnectionPoolGroupProviderInfo.cs