Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / EntityCommandExecutionException.cs / 1 / EntityCommandExecutionException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data { using System; using System.IO; using System.Data.Common; using System.Globalization; using System.Runtime.Serialization; using System.Security.Permissions; ////// Represents a failure while trying to prepare or execute a CommandExecution /// /// This exception is intended to provide a common exception that people can catch to /// hold provider exceptions (SqlException, OracleException) when using the EntityCommand /// to execute statements. /// [Serializable] public sealed class EntityCommandExecutionException : EntityException { #region Constructors ////// initializes a new instance of EntityCommandExecutionException, no message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandExecutionException() : base() { HResult = HResults.CommandExecution; } ////// initializes a new instance of EntityCommandExecutionException, with message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandExecutionException(string message) : base(message) { HResult = HResults.CommandExecution; } ////// initializes a new instance of EntityCommandExecutionException with message and an inner exception instance /// /// /// public EntityCommandExecutionException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.CommandExecution; } ////// initializes a new instance EntityCommandExecutionException with a given SerializationInfo and StreamingContext /// /// /// private EntityCommandExecutionException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) { HResult = HResults.CommandExecution; } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data { using System; using System.IO; using System.Data.Common; using System.Globalization; using System.Runtime.Serialization; using System.Security.Permissions; ////// Represents a failure while trying to prepare or execute a CommandExecution /// /// This exception is intended to provide a common exception that people can catch to /// hold provider exceptions (SqlException, OracleException) when using the EntityCommand /// to execute statements. /// [Serializable] public sealed class EntityCommandExecutionException : EntityException { #region Constructors ////// initializes a new instance of EntityCommandExecutionException, no message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandExecutionException() : base() { HResult = HResults.CommandExecution; } ////// initializes a new instance of EntityCommandExecutionException, with message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandExecutionException(string message) : base(message) { HResult = HResults.CommandExecution; } ////// initializes a new instance of EntityCommandExecutionException with message and an inner exception instance /// /// /// public EntityCommandExecutionException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.CommandExecution; } ////// initializes a new instance EntityCommandExecutionException with a given SerializationInfo and StreamingContext /// /// /// private EntityCommandExecutionException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) { HResult = HResults.CommandExecution; } #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
- WorkflowWebHostingModule.cs
- InvalidWorkflowException.cs
- BufferBuilder.cs
- BitmapEffectState.cs
- CodeBinaryOperatorExpression.cs
- FontWeightConverter.cs
- XhtmlBasicValidationSummaryAdapter.cs
- MeasureItemEvent.cs
- ResizingMessageFilter.cs
- DetailsViewPageEventArgs.cs
- tibetanshape.cs
- RemotingHelper.cs
- SiblingIterators.cs
- DiscoveryOperationContextExtension.cs
- Clipboard.cs
- MDIWindowDialog.cs
- ComponentSerializationService.cs
- _CacheStreams.cs
- SignedXml.cs
- BooleanAnimationBase.cs
- TraceContextEventArgs.cs
- ThicknessAnimationUsingKeyFrames.cs
- Thread.cs
- BitmapInitialize.cs
- ContainsRowNumberChecker.cs
- recordstate.cs
- ItemContainerGenerator.cs
- PermissionListSet.cs
- StylusPlugInCollection.cs
- InvalidProgramException.cs
- DataGridViewIntLinkedList.cs
- ModulesEntry.cs
- MetadataException.cs
- RoutedEventArgs.cs
- Message.cs
- DrawingState.cs
- FrameworkTemplate.cs
- SrgsRulesCollection.cs
- XmlQualifiedName.cs
- RoleGroupCollection.cs
- WebPartConnection.cs
- ZipIOModeEnforcingStream.cs
- SecurityUniqueId.cs
- ContentPresenter.cs
- VerificationException.cs
- CodeTypeMemberCollection.cs
- TdsRecordBufferSetter.cs
- InheritanceAttribute.cs
- DataBoundControlDesigner.cs
- _BufferOffsetSize.cs
- DbParameterCollection.cs
- QilSortKey.cs
- FormatVersion.cs
- ChtmlTextWriter.cs
- SqlXmlStorage.cs
- TypePresenter.xaml.cs
- XPathMultyIterator.cs
- XmlParser.cs
- DataGridRow.cs
- CategoryNameCollection.cs
- RowsCopiedEventArgs.cs
- TdsValueSetter.cs
- CodeDirectiveCollection.cs
- MailAddressParser.cs
- EncoderParameters.cs
- ExpandedProjectionNode.cs
- ItemsControlAutomationPeer.cs
- ByteAnimationUsingKeyFrames.cs
- HttpApplicationFactory.cs
- GPPOINTF.cs
- DocumentPage.cs
- QilGeneratorEnv.cs
- DashStyles.cs
- ProfilePropertyNameValidator.cs
- Base64Encoder.cs
- OdbcDataReader.cs
- WebBrowserHelper.cs
- TypeConverterAttribute.cs
- MailSettingsSection.cs
- Peer.cs
- Axis.cs
- KoreanLunisolarCalendar.cs
- XmlAttributeOverrides.cs
- UnmanagedBitmapWrapper.cs
- BuilderInfo.cs
- WindowsListViewGroup.cs
- FormViewUpdatedEventArgs.cs
- ActivityStatusChangeEventArgs.cs
- SafeLocalMemHandle.cs
- TextElementEnumerator.cs
- DataException.cs
- TableSectionStyle.cs
- RemotingServices.cs
- GradientStop.cs
- Point3DCollection.cs
- MouseOverProperty.cs
- Documentation.cs
- KernelTypeValidation.cs
- DeviceContext2.cs
- SocketAddress.cs