Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / OptimisticConcurrencyException.cs / 1305376 / OptimisticConcurrencyException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data { using System; using System.Reflection; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.Generic; using System.Data.Objects; ////// This exception is thrown when a update operation violates the concurrency constraint. /// [Serializable] public sealed class OptimisticConcurrencyException : UpdateException { ////// new OptimisticConcurrencyException object /// public OptimisticConcurrencyException() : base() { } ////// Initializes a new instance of OptimisticConcurrencyException /// /// public OptimisticConcurrencyException(string message) : base(message) { } ////// Initializes a new instance of OptimisticConcurrencyException /// /// /// public OptimisticConcurrencyException(string message, Exception innerException) : base(message, innerException) { } ////// Initializes a new instance of OptimisticConcurrencyException /// /// /// /// public OptimisticConcurrencyException(string message, Exception innerException, IEnumerablestateEntries) : base(message, innerException, stateEntries) { } /// /// Initializes a new instance of OptimisticConcurrencyException /// /// /// private OptimisticConcurrencyException(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
- PopupRoot.cs
- GridPatternIdentifiers.cs
- ConfigXmlDocument.cs
- StoryFragments.cs
- LoginDesignerUtil.cs
- HTMLTextWriter.cs
- bidPrivateBase.cs
- StreamGeometryContext.cs
- SafeLibraryHandle.cs
- FixedSchema.cs
- ArraySortHelper.cs
- HostVisual.cs
- SingleObjectCollection.cs
- SecUtil.cs
- TransformDescriptor.cs
- WebBrowserSiteBase.cs
- ContainerAction.cs
- TextBox.cs
- DispatcherSynchronizationContext.cs
- NamedElement.cs
- VirtualizedItemProviderWrapper.cs
- LongValidatorAttribute.cs
- FirstMatchCodeGroup.cs
- PreviewPageInfo.cs
- DesignerCommandSet.cs
- InfoCardRSACryptoProvider.cs
- VBIdentifierName.cs
- NonClientArea.cs
- StatusBarItem.cs
- Control.cs
- DataGridViewCellStateChangedEventArgs.cs
- SQlBooleanStorage.cs
- ExtensibleClassFactory.cs
- Overlapped.cs
- UdpDiscoveryEndpointProvider.cs
- TreePrinter.cs
- RoleService.cs
- DataTableClearEvent.cs
- ViewGenerator.cs
- SafePointer.cs
- relpropertyhelper.cs
- XmlEnumAttribute.cs
- WebServiceEnumData.cs
- OdbcException.cs
- ValidationEventArgs.cs
- WriterOutput.cs
- DiscoveryRequestHandler.cs
- AssemblyBuilder.cs
- DefaultEventAttribute.cs
- ObjectIDGenerator.cs
- Menu.cs
- XmlWriter.cs
- EarlyBoundInfo.cs
- PropertyStore.cs
- LoadRetryAsyncResult.cs
- printdlgexmarshaler.cs
- EmptyStringExpandableObjectConverter.cs
- ping.cs
- DataSourceExpressionCollection.cs
- DesignSurfaceManager.cs
- Int16Storage.cs
- KerberosSecurityTokenParameters.cs
- AppDomainFactory.cs
- ContractMethodInfo.cs
- SerializationInfoEnumerator.cs
- EnglishPluralizationService.cs
- Number.cs
- BuildProviderCollection.cs
- FontEditor.cs
- SafeNativeMemoryHandle.cs
- ModelUIElement3D.cs
- PlatformCulture.cs
- OperationCanceledException.cs
- RubberbandSelector.cs
- XmlElementCollection.cs
- ListenerSessionConnectionReader.cs
- WindowsTitleBar.cs
- MultiPageTextView.cs
- FirewallWrapper.cs
- MetaModel.cs
- EntityDataSourceView.cs
- UrlEncodedParameterWriter.cs
- SetState.cs
- DesignerSerializationOptionsAttribute.cs
- ManagedWndProcTracker.cs
- DiscoveryServerProtocol.cs
- PartialCachingControl.cs
- _NestedSingleAsyncResult.cs
- AppDomainShutdownMonitor.cs
- NameTable.cs
- input.cs
- SystemIPAddressInformation.cs
- DataGridViewComboBoxEditingControl.cs
- Interlocked.cs
- RightsManagementEncryptedStream.cs
- QilBinary.cs
- EventMappingSettingsCollection.cs
- LogicalMethodInfo.cs
- LinqDataSourceContextEventArgs.cs
- RemotingException.cs