Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / EntityCommandCompilationException.cs / 1 / EntityCommandCompilationException.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 CommandCompilation /// /// 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 EntityCommandCompilationException : EntityException { #region Constructors ////// initializes a new instance of EntityCommandCompilationException, no message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandCompilationException() : base() { HResult = HResults.CommandCompilation; } ////// initializes a new instance of EntityCommandCompilationException, with message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandCompilationException(string message) : base(message) { HResult = HResults.CommandCompilation; } ////// initializes a new instance of EntityCommandCompilationException with message and an inner exception instance /// /// /// public EntityCommandCompilationException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.CommandCompilation; } ////// initializes a new instance EntityCommandCompilationException with a given SerializationInfo and StreamingContext /// /// /// private EntityCommandCompilationException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) { HResult = HResults.CommandCompilation; } #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 CommandCompilation /// /// 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 EntityCommandCompilationException : EntityException { #region Constructors ////// initializes a new instance of EntityCommandCompilationException, no message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandCompilationException() : base() { HResult = HResults.CommandCompilation; } ////// initializes a new instance of EntityCommandCompilationException, with message, no inner exception. Probably shouldn't /// exist, but it makes FxCop happy. /// public EntityCommandCompilationException(string message) : base(message) { HResult = HResults.CommandCompilation; } ////// initializes a new instance of EntityCommandCompilationException with message and an inner exception instance /// /// /// public EntityCommandCompilationException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.CommandCompilation; } ////// initializes a new instance EntityCommandCompilationException with a given SerializationInfo and StreamingContext /// /// /// private EntityCommandCompilationException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) { HResult = HResults.CommandCompilation; } #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
- PointAnimationClockResource.cs
- SmiXetterAccessMap.cs
- ManagementInstaller.cs
- PersonalizableAttribute.cs
- RoleServiceManager.cs
- Bitmap.cs
- ExpressionLexer.cs
- RelationshipEndMember.cs
- PointF.cs
- coordinatorscratchpad.cs
- Table.cs
- VideoDrawing.cs
- ResourceDescriptionAttribute.cs
- RegexEditorDialog.cs
- RenamedEventArgs.cs
- ServiceHostFactory.cs
- DataSourceView.cs
- XmlWriterSettings.cs
- WinEventHandler.cs
- PropertyInfo.cs
- ErrorWrapper.cs
- HyperLinkField.cs
- ProvideValueServiceProvider.cs
- DesignSurfaceEvent.cs
- SystemGatewayIPAddressInformation.cs
- LinearKeyFrames.cs
- XmlSchemaElement.cs
- ScrollViewer.cs
- CompositeCollectionView.cs
- DataTrigger.cs
- DeclaredTypeElementCollection.cs
- BasePattern.cs
- ObjectPersistData.cs
- ColumnHeader.cs
- AssemblyBuilder.cs
- DoubleSumAggregationOperator.cs
- PageThemeParser.cs
- AuthenticatingEventArgs.cs
- TreeIterator.cs
- TTSEvent.cs
- HtmlEmptyTagControlBuilder.cs
- Invariant.cs
- CompositeDataBoundControl.cs
- ProfileGroupSettings.cs
- GridSplitterAutomationPeer.cs
- DataPagerFieldCommandEventArgs.cs
- IfAction.cs
- TextServicesCompartmentEventSink.cs
- Item.cs
- ImageIndexConverter.cs
- ListViewDataItem.cs
- SiteMap.cs
- SecurityKeyEntropyMode.cs
- PolyBezierSegmentFigureLogic.cs
- ThreadStateException.cs
- Query.cs
- BridgeDataReader.cs
- StylusTip.cs
- MediaPlayerState.cs
- FolderNameEditor.cs
- HealthMonitoringSectionHelper.cs
- TagMapInfo.cs
- HtmlInputSubmit.cs
- Validator.cs
- TrackingMemoryStreamFactory.cs
- ReflectionUtil.cs
- MSAAWinEventWrap.cs
- LocalizedNameDescriptionPair.cs
- Vector3dCollection.cs
- MetadataItemEmitter.cs
- TextSchema.cs
- DtdParser.cs
- Application.cs
- DbXmlEnabledProviderManifest.cs
- TypeCollectionPropertyEditor.cs
- NetDataContractSerializer.cs
- DiagnosticsConfiguration.cs
- Rethrow.cs
- _TransmitFileOverlappedAsyncResult.cs
- FormView.cs
- OleDbInfoMessageEvent.cs
- Base64Stream.cs
- ServiceEndpoint.cs
- NestPullup.cs
- DesignerObjectListAdapter.cs
- RenderData.cs
- RepeatBehavior.cs
- TokenBasedSetEnumerator.cs
- StreamWriter.cs
- DataControlFieldCollection.cs
- EncoderReplacementFallback.cs
- TextOutput.cs
- DesignerView.cs
- Span.cs
- DriveNotFoundException.cs
- InstancePersistenceCommand.cs
- PropertyDescriptor.cs
- RoutedEventHandlerInfo.cs
- StrokeNodeOperations.cs
- Identity.cs