Code:
/ 4.0 / 4.0 / 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;
///
///
/// [To be supplied.]
///
[Serializable]
public class SoapHeaderException : SoapException {
///
public SoapHeaderException() {
}
///
///
/// [To be supplied.]
///
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) {
}
///
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.
//------------------------------------------------------------------------------
//
// 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;
///
///
/// [To be supplied.]
///
[Serializable]
public class SoapHeaderException : SoapException {
///
public SoapHeaderException() {
}
///
///
/// [To be supplied.]
///
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) {
}
///
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
- AsymmetricKeyExchangeFormatter.cs
- WorkerRequest.cs
- StoreAnnotationsMap.cs
- SubMenuStyle.cs
- SyndicationDeserializer.cs
- MultiByteCodec.cs
- RowSpanVector.cs
- FormsIdentity.cs
- DetailsViewInsertEventArgs.cs
- ObjectIDGenerator.cs
- HttpDictionary.cs
- MDIControlStrip.cs
- OdbcTransaction.cs
- PeerApplication.cs
- PageThemeCodeDomTreeGenerator.cs
- WorkflowItemPresenter.cs
- SafeNativeMethodsMilCoreApi.cs
- BasePattern.cs
- CompiledXpathExpr.cs
- SmiMetaDataProperty.cs
- TextRangeSerialization.cs
- CallbackValidator.cs
- OutputCacheSettings.cs
- TemplateControlBuildProvider.cs
- LookupBindingPropertiesAttribute.cs
- CancelEventArgs.cs
- Item.cs
- OdbcConnectionFactory.cs
- DecimalConverter.cs
- Logging.cs
- EngineSite.cs
- AttachmentCollection.cs
- SingleAnimationBase.cs
- DataGridViewRowConverter.cs
- ObjectSelectorEditor.cs
- XmlName.cs
- DiscoveryOperationContextExtension.cs
- GradientBrush.cs
- EntityClassGenerator.cs
- CfgParser.cs
- EventLogTraceListener.cs
- PageAsyncTask.cs
- ConstNode.cs
- InputProviderSite.cs
- NativeMethods.cs
- WindowsToolbarItemAsMenuItem.cs
- SimpleHandlerFactory.cs
- recordstate.cs
- ToolbarAUtomationPeer.cs
- MimeImporter.cs
- LiteralText.cs
- x509store.cs
- DataGridViewImageCell.cs
- ResourceAttributes.cs
- _OverlappedAsyncResult.cs
- IIS7UserPrincipal.cs
- UserPreference.cs
- ProviderIncompatibleException.cs
- ObjectCloneHelper.cs
- HtmlLink.cs
- MsmqIntegrationChannelListener.cs
- XPathNode.cs
- TextPointerBase.cs
- Symbol.cs
- MetadataSerializer.cs
- DecryptedHeader.cs
- CardSpaceShim.cs
- DNS.cs
- AspNetSynchronizationContext.cs
- ColumnBinding.cs
- ExceptionList.cs
- PointLightBase.cs
- DateTimeFormat.cs
- NullableLongMinMaxAggregationOperator.cs
- Rotation3D.cs
- Transform.cs
- EventLog.cs
- EntityCommand.cs
- DataSetMappper.cs
- EUCJPEncoding.cs
- SqlDataAdapter.cs
- SiteMapNodeItem.cs
- Matrix3DStack.cs
- XmlAttributeCache.cs
- WebReferenceCollection.cs
- UniqueIdentifierService.cs
- Style.cs
- PagedDataSource.cs
- util.cs
- Internal.cs
- NeutralResourcesLanguageAttribute.cs
- Trustee.cs
- Keywords.cs
- CodeTypeConstructor.cs
- VariableModifiersHelper.cs
- ControlAdapter.cs
- EntityDataSourceView.cs
- Screen.cs
- __Error.cs
- InfocardClientCredentials.cs