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
- XmlDataSourceNodeDescriptor.cs
- Calendar.cs
- XDRSchema.cs
- DetailsViewCommandEventArgs.cs
- CommonDialog.cs
- DataListCommandEventArgs.cs
- SupportingTokenAuthenticatorSpecification.cs
- WebPartConnectionsCloseVerb.cs
- XmlChoiceIdentifierAttribute.cs
- SpinWait.cs
- HyperLinkStyle.cs
- GridItem.cs
- RegexParser.cs
- RegisteredScript.cs
- DynamicUpdateCommand.cs
- MemoryMappedViewAccessor.cs
- ServicePointManagerElement.cs
- DesignBindingPropertyDescriptor.cs
- WeakKeyDictionary.cs
- RouteItem.cs
- DataBoundLiteralControl.cs
- CircleHotSpot.cs
- autovalidator.cs
- XmlValueConverter.cs
- XmlResolver.cs
- WebPartDeleteVerb.cs
- ExtendedProtectionPolicy.cs
- CharacterHit.cs
- BooleanSwitch.cs
- TransactionFormatter.cs
- StreamingContext.cs
- ResizeGrip.cs
- ClientTarget.cs
- QilInvoke.cs
- CodeVariableReferenceExpression.cs
- CheckBoxBaseAdapter.cs
- XmlSchemaInferenceException.cs
- Zone.cs
- ApplicationException.cs
- ViewGenResults.cs
- SqlRowUpdatingEvent.cs
- TimelineGroup.cs
- BuildProvider.cs
- WmlCalendarAdapter.cs
- PageAdapter.cs
- PersistenceException.cs
- TimeStampChecker.cs
- LoadGrammarCompletedEventArgs.cs
- HMACMD5.cs
- NavigationFailedEventArgs.cs
- SapiAttributeParser.cs
- TableItemStyle.cs
- HelpKeywordAttribute.cs
- WsdlInspector.cs
- CacheMemory.cs
- HandleCollector.cs
- XsltFunctions.cs
- diagnosticsswitches.cs
- ConfigurationManagerHelper.cs
- DataGridViewColumnHeaderCell.cs
- SupportingTokenProviderSpecification.cs
- RangeContentEnumerator.cs
- NavigationEventArgs.cs
- DataBindingList.cs
- PtsCache.cs
- RootContext.cs
- DbConnectionOptions.cs
- HttpModuleActionCollection.cs
- DataTemplate.cs
- MaterialCollection.cs
- QuaternionAnimation.cs
- TextEncodedRawTextWriter.cs
- XslTransform.cs
- DoubleConverter.cs
- RefreshPropertiesAttribute.cs
- XmlSchemaSimpleContentExtension.cs
- ItemsChangedEventArgs.cs
- SessionStateUtil.cs
- StrongName.cs
- MediaCommands.cs
- MessageEncodingBindingElementImporter.cs
- _ListenerAsyncResult.cs
- RenderData.cs
- DefaultPropertyAttribute.cs
- EdmComplexTypeAttribute.cs
- RemotingSurrogateSelector.cs
- CompositionDesigner.cs
- ModelTreeManager.cs
- Scene3D.cs
- UriWriter.cs
- MetadataPropertyAttribute.cs
- CompositeDispatchFormatter.cs
- CodeAccessPermission.cs
- PhysicalAddress.cs
- XmlSchemaType.cs
- ChtmlCalendarAdapter.cs
- FrameworkElement.cs
- StsCommunicationException.cs
- SplitterPanel.cs
- _NetRes.cs