Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / DataServiceRequestException.cs / 1 / DataServiceRequestException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Exception class for batch requests and CUD operations. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; ////// The exception that is thrown when executing a single query request. /// #if !ASTORIA_LIGHT [Serializable] #endif [System.Diagnostics.DebuggerDisplay("{Message}")] public sealed class DataServiceRequestException : InvalidOperationException { ///Actual response object. #if !ASTORIA_LIGHT [NonSerialized] #endif private readonly DataServiceResponse response; #region Constructors. ////// Creates a new instance of DataServiceRequestException. /// public DataServiceRequestException() : base(Strings.DataServiceException_GeneralError) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. public DataServiceRequestException(string message) : base(message) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. /// Exception that caused this exception to be thrown. public DataServiceRequestException(string message, Exception innerException) : base(message, innerException) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. /// Exception that caused this exception to be thrown. /// response object for this exception. public DataServiceRequestException(string message, Exception innerException, DataServiceResponse response) : base(message, innerException) { this.response = response; } #if !ASTORIA_LIGHT #pragma warning disable 0628 ////// Initializes a new instance of the DataServiceQueryException class from the /// specified SerializationInfo and StreamingContext instances. /// /// /// A SerializationInfo containing the information required to serialize /// the new DataServiceException. /// /// A StreamingContext containing the source of the serialized stream /// associated with the new DataServiceException. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1047", Justification = "Follows serialization info pattern.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1032", Justification = "Follows serialization info pattern.")] protected DataServiceRequestException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } #pragma warning restore 0628 #endif #endregion Constructors. #region Public properties. ///Error code to be used in payloads. public DataServiceResponse Response { get { return this.response; } } #endregion Public properties. } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Exception class for batch requests and CUD operations. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Client { using System; ////// The exception that is thrown when executing a single query request. /// #if !ASTORIA_LIGHT [Serializable] #endif [System.Diagnostics.DebuggerDisplay("{Message}")] public sealed class DataServiceRequestException : InvalidOperationException { ///Actual response object. #if !ASTORIA_LIGHT [NonSerialized] #endif private readonly DataServiceResponse response; #region Constructors. ////// Creates a new instance of DataServiceRequestException. /// public DataServiceRequestException() : base(Strings.DataServiceException_GeneralError) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. public DataServiceRequestException(string message) : base(message) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. /// Exception that caused this exception to be thrown. public DataServiceRequestException(string message, Exception innerException) : base(message, innerException) { } ////// Creates a new instance of DataServiceRequestException. /// /// error message for this exception. /// Exception that caused this exception to be thrown. /// response object for this exception. public DataServiceRequestException(string message, Exception innerException, DataServiceResponse response) : base(message, innerException) { this.response = response; } #if !ASTORIA_LIGHT #pragma warning disable 0628 ////// Initializes a new instance of the DataServiceQueryException class from the /// specified SerializationInfo and StreamingContext instances. /// /// /// A SerializationInfo containing the information required to serialize /// the new DataServiceException. /// /// A StreamingContext containing the source of the serialized stream /// associated with the new DataServiceException. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1047", Justification = "Follows serialization info pattern.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1032", Justification = "Follows serialization info pattern.")] protected DataServiceRequestException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } #pragma warning restore 0628 #endif #endregion Constructors. #region Public properties. ///Error code to be used in payloads. public DataServiceResponse Response { get { return this.response; } } #endregion Public properties. } } // 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
- StrokeNodeData.cs
- QilXmlWriter.cs
- ProxyWebPartConnectionCollection.cs
- ExpressionParser.cs
- PathSegmentCollection.cs
- DateTimeOffsetStorage.cs
- SQLSingle.cs
- EndpointAddress10.cs
- PeerNameRecord.cs
- clipboard.cs
- SerializationAttributes.cs
- WindowVisualStateTracker.cs
- ADMembershipUser.cs
- CodeAccessPermission.cs
- WhitespaceRuleReader.cs
- RectangleGeometry.cs
- BaseCollection.cs
- ByteStream.cs
- BinaryFormatterWriter.cs
- WindowsStatusBar.cs
- MenuDesigner.cs
- PresentationAppDomainManager.cs
- EditCommandColumn.cs
- UTF8Encoding.cs
- SQLBinary.cs
- MetadataUtilsSmi.cs
- CompilerGeneratedAttribute.cs
- ErrorStyle.cs
- RoleBoolean.cs
- LinkUtilities.cs
- OrCondition.cs
- DESCryptoServiceProvider.cs
- TaskFileService.cs
- SqlExpressionNullability.cs
- AutomationPatternInfo.cs
- FixedPage.cs
- FixedLineResult.cs
- CriticalHandle.cs
- wmiprovider.cs
- BrowserCapabilitiesCompiler.cs
- SecurityContext.cs
- HwndKeyboardInputProvider.cs
- TypeForwardedToAttribute.cs
- PropertyKey.cs
- StrokeNodeData.cs
- WebPartUtil.cs
- SymbolEqualComparer.cs
- SchemaMerger.cs
- SHA256Managed.cs
- VarInfo.cs
- BinaryFormatterWriter.cs
- Trustee.cs
- WindowsListViewItem.cs
- MILUtilities.cs
- Vars.cs
- FontFamilyIdentifier.cs
- Rect3D.cs
- DockPanel.cs
- DataGridViewAdvancedBorderStyle.cs
- NamespaceMapping.cs
- CalendarData.cs
- URIFormatException.cs
- WindowsListBox.cs
- DbParameterCollection.cs
- MenuBindingsEditor.cs
- PngBitmapDecoder.cs
- XmlMemberMapping.cs
- WebPartCatalogAddVerb.cs
- clipboard.cs
- Visual3D.cs
- SecurityCriticalDataForSet.cs
- SHA256.cs
- SerializationObjectManager.cs
- WindowsGrip.cs
- DateTime.cs
- SqlConnectionHelper.cs
- InvariantComparer.cs
- ProxyHwnd.cs
- DBCommand.cs
- OracleEncoding.cs
- SqlRecordBuffer.cs
- MatchingStyle.cs
- Comparer.cs
- RootProfilePropertySettingsCollection.cs
- NavigationWindowAutomationPeer.cs
- ListViewItemEventArgs.cs
- BinaryExpression.cs
- Rotation3DKeyFrameCollection.cs
- ListSortDescriptionCollection.cs
- EndpointDesigner.cs
- BindingElement.cs
- DataGridBoundColumn.cs
- SoapTransportImporter.cs
- BoolExpression.cs
- SqlDataSourceSelectingEventArgs.cs
- FactoryId.cs
- ParameterBuilder.cs
- XPathSingletonIterator.cs
- GridLengthConverter.cs
- RadioButtonPopupAdapter.cs