Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapHeaderException.cs / 1305376 / SoapHeaderException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Web.Services; using System.Xml; using System.Runtime.Serialization; using System.Xml.Serialization; using System; using System.Reflection; using System.Collections; using System.IO; using System.ComponentModel; ////// /// [Serializable] public class SoapHeaderException : SoapException { ///[To be supplied.] ///public SoapHeaderException() { } /// /// /// public SoapHeaderException(string message, XmlQualifiedName code, string actor) : base(message, code, actor) { } ///[To be supplied.] ////// /// public SoapHeaderException(string message, XmlQualifiedName code, string actor, Exception innerException) : base(message, code, actor, innerException) { } ///[To be supplied.] ////// /// public SoapHeaderException(string message, XmlQualifiedName code) : base(message, code) { } ///[To be supplied.] ////// /// public SoapHeaderException(string message, XmlQualifiedName code, Exception innerException) : base(message, code, innerException) { } ///[To be supplied.] ///public SoapHeaderException(string message, XmlQualifiedName code, string actor, string role, SoapFaultSubCode subCode, Exception innerException) : base(message, code, actor, role, null, null, subCode, innerException) { } /// public SoapHeaderException(string message, XmlQualifiedName code, string actor, string role, string lang, SoapFaultSubCode subCode, Exception innerException) : base(message, code, actor, role, lang, null, subCode, innerException) { } protected SoapHeaderException(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
- ComponentCollection.cs
- UrlEncodedParameterWriter.cs
- BulletChrome.cs
- FlowLayoutSettings.cs
- PatternMatchRules.cs
- SelectionEditingBehavior.cs
- HwndSource.cs
- PropertyDescriptorCollection.cs
- IdentityReference.cs
- AnchoredBlock.cs
- ParallelEnumerable.cs
- DropDownHolder.cs
- PersonalizationStateInfo.cs
- GroupBoxRenderer.cs
- TextDecorationLocationValidation.cs
- MetadataExchangeClient.cs
- MD5CryptoServiceProvider.cs
- TypedCompletedAsyncResult.cs
- PropertyMapper.cs
- DependencyPropertyChangedEventArgs.cs
- GiveFeedbackEventArgs.cs
- ActivityInstance.cs
- TraceUtility.cs
- CompositeControl.cs
- SQLString.cs
- xdrvalidator.cs
- Attribute.cs
- SystemColors.cs
- Event.cs
- HealthMonitoringSection.cs
- TextureBrush.cs
- FunctionDescription.cs
- HttpCookiesSection.cs
- AssemblyCollection.cs
- LinkArea.cs
- SymbolPair.cs
- httpapplicationstate.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- TabControlEvent.cs
- BitmapEffectGroup.cs
- DataGridViewCellConverter.cs
- ImageListUtils.cs
- AxHost.cs
- Int16Animation.cs
- ResourcesChangeInfo.cs
- IgnorePropertiesAttribute.cs
- SQLBytes.cs
- MultiDataTrigger.cs
- Style.cs
- _BaseOverlappedAsyncResult.cs
- SelectionRange.cs
- Events.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- WindowsBrush.cs
- UIEndRequest.cs
- DataBindingCollection.cs
- EventLogLink.cs
- Math.cs
- SerialStream.cs
- HeaderCollection.cs
- COM2ComponentEditor.cs
- DefinitionUpdate.cs
- SQLSingleStorage.cs
- OdbcDataReader.cs
- ByteFacetDescriptionElement.cs
- XmlConvert.cs
- SafeRightsManagementPubHandle.cs
- DelegatingStream.cs
- DoubleLink.cs
- EdmType.cs
- WebPartCloseVerb.cs
- ConnectivityStatus.cs
- Clipboard.cs
- TimeSpan.cs
- TextPointerBase.cs
- AnonymousIdentificationSection.cs
- SchemaTableOptionalColumn.cs
- SHA256.cs
- PriorityBinding.cs
- WebAdminConfigurationHelper.cs
- ExtensibleClassFactory.cs
- CompiledIdentityConstraint.cs
- AsymmetricAlgorithm.cs
- BitmapEffectGroup.cs
- TreeNodeStyle.cs
- DrawingGroupDrawingContext.cs
- ColumnPropertiesGroup.cs
- ConnectionPoint.cs
- FacetChecker.cs
- NonClientArea.cs
- ClientSideQueueItem.cs
- WindowsListViewGroupHelper.cs
- SQLBinaryStorage.cs
- DispatchProxy.cs
- WpfKnownMemberInvoker.cs
- WasHostedComPlusFactory.cs
- ScrollItemProviderWrapper.cs
- AxisAngleRotation3D.cs
- safesecurityhelperavalon.cs
- SizeFConverter.cs