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
- NativeMethods.cs
- LongTypeConverter.cs
- AliasedExpr.cs
- SubclassTypeValidatorAttribute.cs
- WorkflowDefinitionContext.cs
- ConsoleKeyInfo.cs
- DataServiceQuery.cs
- TemplateKeyConverter.cs
- ConstraintConverter.cs
- CodeExporter.cs
- QilParameter.cs
- SqlStatistics.cs
- ItemDragEvent.cs
- Attributes.cs
- RelationalExpressions.cs
- TextFindEngine.cs
- PartialCachingAttribute.cs
- HttpCookie.cs
- FrameworkContentElementAutomationPeer.cs
- AutomationPeer.cs
- DataBoundControlAdapter.cs
- MessagingActivityHelper.cs
- CollectionViewProxy.cs
- PersonalizableTypeEntry.cs
- uribuilder.cs
- DataGridViewRowPostPaintEventArgs.cs
- Color.cs
- HttpCachePolicyWrapper.cs
- WindowsTokenRoleProvider.cs
- QilVisitor.cs
- TdsValueSetter.cs
- Convert.cs
- CustomErrorsSection.cs
- ProcessStartInfo.cs
- DoubleLinkList.cs
- ExpressionEditorAttribute.cs
- arclist.cs
- TripleDESCryptoServiceProvider.cs
- IfAction.cs
- MemberMaps.cs
- TransactionException.cs
- WorkItem.cs
- InfoCardSchemas.cs
- MulticastDelegate.cs
- XPathAncestorQuery.cs
- ContentElementCollection.cs
- ScriptBehaviorDescriptor.cs
- Expressions.cs
- RightsManagementResourceHelper.cs
- WpfPayload.cs
- WindowsEditBoxRange.cs
- LocationSectionRecord.cs
- ProfileGroupSettingsCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- FontNamesConverter.cs
- storepermission.cs
- HtmlContainerControl.cs
- DataGridViewSelectedCellCollection.cs
- StreamGeometryContext.cs
- CfgParser.cs
- WmlPhoneCallAdapter.cs
- AppDomainAttributes.cs
- WebPartZoneBase.cs
- MimeTypePropertyAttribute.cs
- XmlAutoDetectWriter.cs
- BulletedListEventArgs.cs
- FilterQuery.cs
- CodeTypeMember.cs
- WindowsListViewGroup.cs
- CustomBindingElementCollection.cs
- Imaging.cs
- SchemaElementDecl.cs
- linebase.cs
- VirtualizingStackPanel.cs
- ObjectReferenceStack.cs
- BaseValidator.cs
- WorkflowDefinitionContext.cs
- EditingCommands.cs
- HtmlTextBoxAdapter.cs
- TransformGroup.cs
- DataControlFieldCollection.cs
- EDesignUtil.cs
- ReadOnlyDataSource.cs
- future.cs
- FilterElement.cs
- BindingContext.cs
- BindingList.cs
- StylusLogic.cs
- WindowsRichEditRange.cs
- XhtmlCssHandler.cs
- SelectionPatternIdentifiers.cs
- VSWCFServiceContractGenerator.cs
- PasswordPropertyTextAttribute.cs
- UInt32Storage.cs
- WebPermission.cs
- ISessionStateStore.cs
- SignedXmlDebugLog.cs
- GroupItemAutomationPeer.cs
- BaseDataBoundControl.cs
- StringUtil.cs