Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / DataServiceRequestException.cs / 1305376 / 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
- ConnectionManagementElementCollection.cs
- ListDictionary.cs
- MailWriter.cs
- AssemblyAttributesGoHere.cs
- FullTextState.cs
- cookie.cs
- SrgsElementList.cs
- AssemblyCache.cs
- WebControl.cs
- BamlBinaryWriter.cs
- CryptoConfig.cs
- PartialTrustVisibleAssembliesSection.cs
- PopupControlService.cs
- SqlSelectStatement.cs
- HostSecurityManager.cs
- WindowsToolbarAsMenu.cs
- PerformanceCounter.cs
- ExeContext.cs
- DataGridViewLinkCell.cs
- ResolveCompletedEventArgs.cs
- FrameworkTextComposition.cs
- SafeNativeMethods.cs
- AnimatedTypeHelpers.cs
- PageStatePersister.cs
- TextSearch.cs
- EastAsianLunisolarCalendar.cs
- StaticTextPointer.cs
- DataGridViewButtonColumn.cs
- DirtyTextRange.cs
- Model3D.cs
- RectAnimationClockResource.cs
- AppDomainEvidenceFactory.cs
- ConfigDefinitionUpdates.cs
- HttpProfileGroupBase.cs
- PtsPage.cs
- MissingManifestResourceException.cs
- OletxCommittableTransaction.cs
- AnnotationAuthorChangedEventArgs.cs
- FullTextState.cs
- DataStorage.cs
- DataBinding.cs
- ViewBase.cs
- DuplexSecurityProtocolFactory.cs
- UserNameSecurityTokenAuthenticator.cs
- PrintControllerWithStatusDialog.cs
- HyperlinkAutomationPeer.cs
- MembershipUser.cs
- MergeExecutor.cs
- CodeGenerator.cs
- SingleQueryOperator.cs
- ConfigurationSection.cs
- Matrix.cs
- WindowsButton.cs
- Semaphore.cs
- LineVisual.cs
- FreezableOperations.cs
- XmlRawWriter.cs
- TdsParserStaticMethods.cs
- ServiceModelExtensionElement.cs
- DbMetaDataColumnNames.cs
- PersonalizablePropertyEntry.cs
- BitmapEffectOutputConnector.cs
- RecordConverter.cs
- HtmlInputSubmit.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BehaviorService.cs
- WindowInteropHelper.cs
- RequestQueue.cs
- AsyncStreamReader.cs
- SmtpLoginAuthenticationModule.cs
- QueryOpeningEnumerator.cs
- CommandDesigner.cs
- GatewayIPAddressInformationCollection.cs
- GroupBox.cs
- StylusDownEventArgs.cs
- ResourceDisplayNameAttribute.cs
- AppDomainShutdownMonitor.cs
- ZipIOFileItemStream.cs
- TimelineGroup.cs
- ServiceOperation.cs
- CompoundFileStorageReference.cs
- StylusPlugin.cs
- FocusChangedEventArgs.cs
- AdornerDecorator.cs
- StateChangeEvent.cs
- SiteMapSection.cs
- ResourcesChangeInfo.cs
- FormViewModeEventArgs.cs
- SqlParameter.cs
- SystemDropShadowChrome.cs
- TransformerConfigurationWizardBase.cs
- ZipIOLocalFileHeader.cs
- IListConverters.cs
- EastAsianLunisolarCalendar.cs
- BaseValidator.cs
- PagerSettings.cs
- DbTransaction.cs
- RNGCryptoServiceProvider.cs
- SqlConnectionString.cs
- TcpTransportBindingElement.cs