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
- RelativeSource.cs
- NewArrayExpression.cs
- EncryptedKeyIdentifierClause.cs
- DataListItemCollection.cs
- TextDecoration.cs
- StringAttributeCollection.cs
- ListView.cs
- DataRowChangeEvent.cs
- AssemblySettingAttributes.cs
- ImageBrush.cs
- TypedTableBase.cs
- Point3DValueSerializer.cs
- PasswordPropertyTextAttribute.cs
- MetadataSerializer.cs
- CookieProtection.cs
- ExpressionList.cs
- Formatter.cs
- InputBuffer.cs
- ReceiveErrorHandling.cs
- WebBrowserSiteBase.cs
- AsnEncodedData.cs
- DataRowChangeEvent.cs
- EntitySetDataBindingList.cs
- RIPEMD160.cs
- StorageMappingFragment.cs
- Interop.cs
- DrawingAttributeSerializer.cs
- InputMethodStateChangeEventArgs.cs
- ArglessEventHandlerProxy.cs
- DeobfuscatingStream.cs
- SqlDataSourceRefreshSchemaForm.cs
- RuntimeArgument.cs
- BuildProvider.cs
- DoubleLinkList.cs
- RSAPKCS1SignatureFormatter.cs
- TextSearch.cs
- PopupRoot.cs
- SourceFileBuildProvider.cs
- PropertyEmitterBase.cs
- StreamGeometry.cs
- EasingKeyFrames.cs
- EventSourceCreationData.cs
- RuntimeVariablesExpression.cs
- NavigationFailedEventArgs.cs
- LocationSectionRecord.cs
- Adorner.cs
- OutputBuffer.cs
- IgnoreFileBuildProvider.cs
- ItemContainerGenerator.cs
- XmlPreloadedResolver.cs
- UmAlQuraCalendar.cs
- DeflateStreamAsyncResult.cs
- SqlWebEventProvider.cs
- VectorAnimation.cs
- BindingCollection.cs
- AutomationPeer.cs
- DomNameTable.cs
- KeyGestureConverter.cs
- FontStyleConverter.cs
- PeekCompletedEventArgs.cs
- PreservationFileWriter.cs
- SubpageParagraph.cs
- ExclusiveTcpListener.cs
- KnownTypes.cs
- SqlDataSourceStatusEventArgs.cs
- DecimalConverter.cs
- DetailsViewCommandEventArgs.cs
- ProcessHostConfigUtils.cs
- _AcceptOverlappedAsyncResult.cs
- TabItem.cs
- WindowsListViewGroupHelper.cs
- CoTaskMemUnicodeSafeHandle.cs
- WebPartMenu.cs
- EmptyEnumerable.cs
- DbDataSourceEnumerator.cs
- DateTimeUtil.cs
- CryptographicAttribute.cs
- WindowsPen.cs
- RuleInfoComparer.cs
- nulltextcontainer.cs
- WindowsFormsHostPropertyMap.cs
- HttpContextServiceHost.cs
- DesignerCapabilities.cs
- SecuritySessionFilter.cs
- TypeSemantics.cs
- LineVisual.cs
- PartialArray.cs
- QueryCursorEventArgs.cs
- ListViewTableRow.cs
- _DomainName.cs
- SpStreamWrapper.cs
- PolicyImporterElement.cs
- TreeIterator.cs
- WebPartExportVerb.cs
- CreationContext.cs
- PropertyCondition.cs
- ScaleTransform3D.cs
- SqlProcedureAttribute.cs
- TogglePatternIdentifiers.cs
- StorageFunctionMapping.cs