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; ////// /// [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. //------------------------------------------------------------------------------ // // 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
- regiisutil.cs
- WebResourceAttribute.cs
- ToolStripScrollButton.cs
- BStrWrapper.cs
- VBCodeProvider.cs
- RefExpr.cs
- Debug.cs
- httpserverutility.cs
- SiteMapDataSource.cs
- JobInputBins.cs
- MetadataSerializer.cs
- DrawToolTipEventArgs.cs
- ApplicationTrust.cs
- OperationCanceledException.cs
- CreateUserWizard.cs
- OperatingSystem.cs
- ObjectDataSourceView.cs
- XmlQueryCardinality.cs
- MULTI_QI.cs
- ExpandSegment.cs
- CapabilitiesState.cs
- CollaborationHelperFunctions.cs
- UpdateCommand.cs
- HashAlgorithm.cs
- CardSpaceSelector.cs
- Utils.cs
- AssemblyNameEqualityComparer.cs
- ReachBasicContext.cs
- WebRequestModuleElementCollection.cs
- SslStream.cs
- PersonalizationStateInfoCollection.cs
- ObjectListTitleAttribute.cs
- HostedController.cs
- nulltextnavigator.cs
- GlyphsSerializer.cs
- TextEndOfLine.cs
- xml.cs
- OleDbConnectionInternal.cs
- WmlLiteralTextAdapter.cs
- RoleManagerModule.cs
- XmlSequenceWriter.cs
- SharedConnectionListener.cs
- DataTableReaderListener.cs
- UnrecognizedPolicyAssertionElement.cs
- MenuEventArgs.cs
- CodeMemberProperty.cs
- EdmComplexPropertyAttribute.cs
- ValidationError.cs
- ArcSegment.cs
- InputMethod.cs
- MultiTrigger.cs
- DBBindings.cs
- XmlEncodedRawTextWriter.cs
- DoubleAnimationUsingPath.cs
- MimeXmlReflector.cs
- SystemException.cs
- Stroke2.cs
- DetailsViewPagerRow.cs
- TraceProvider.cs
- Image.cs
- TextProperties.cs
- DynamicScriptObject.cs
- FormViewPageEventArgs.cs
- ListViewSelectEventArgs.cs
- securitycriticaldataClass.cs
- FillBehavior.cs
- input.cs
- BuildProviderAppliesToAttribute.cs
- WindowsStatusBar.cs
- GridView.cs
- ConstantSlot.cs
- ButtonChrome.cs
- ExceptionUtility.cs
- VerificationException.cs
- PageTextBox.cs
- DataGridViewUtilities.cs
- SiteMapDataSourceView.cs
- FrameAutomationPeer.cs
- MenuCommandsChangedEventArgs.cs
- ContentFileHelper.cs
- InternalException.cs
- ObjectDataSourceSelectingEventArgs.cs
- ErrorHandlingReceiver.cs
- Cursors.cs
- FocusTracker.cs
- DesignerHierarchicalDataSourceView.cs
- TypeConverter.cs
- ImageList.cs
- CodeComment.cs
- Effect.cs
- PrimitiveDataContract.cs
- RawStylusInput.cs
- ExistsInCollection.cs
- XamlNamespaceHelper.cs
- PaperSource.cs
- DispatchChannelSink.cs
- BuildProviderCollection.cs
- NTAccount.cs
- PlatformCulture.cs
- Profiler.cs