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
- ActivityUtilities.cs
- UserMapPath.cs
- EventLogPermissionEntryCollection.cs
- WebEventTraceProvider.cs
- EventRouteFactory.cs
- HtmlControl.cs
- WebPartUserCapability.cs
- CustomAttributeFormatException.cs
- ExtensionQuery.cs
- StreamingContext.cs
- MetabaseServerConfig.cs
- SelectedDatesCollection.cs
- ProgressBar.cs
- WrappedOptions.cs
- HttpListenerException.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- KnownBoxes.cs
- AssociationSetMetadata.cs
- WebPartZoneCollection.cs
- Triplet.cs
- DataGridViewSelectedColumnCollection.cs
- HtmlInputControl.cs
- ThousandthOfEmRealDoubles.cs
- PointLight.cs
- unitconverter.cs
- ChineseLunisolarCalendar.cs
- EntityWrapperFactory.cs
- GlyphRun.cs
- InputBindingCollection.cs
- CommentEmitter.cs
- HtmlInputSubmit.cs
- UnsafeNetInfoNativeMethods.cs
- MultiPropertyDescriptorGridEntry.cs
- QualificationDataItem.cs
- XmlSerializableServices.cs
- MatrixConverter.cs
- OdbcParameter.cs
- TextSpanModifier.cs
- RelatedPropertyManager.cs
- CodeConditionStatement.cs
- webproxy.cs
- TaskbarItemInfo.cs
- TdsEnums.cs
- EntityDataSourceEntityTypeFilterItem.cs
- PenLineCapValidation.cs
- EntityDataSourceContainerNameConverter.cs
- ScaleTransform.cs
- View.cs
- FixedSOMElement.cs
- OutputCacheSettingsSection.cs
- DataBindingCollection.cs
- RecommendedAsConfigurableAttribute.cs
- PathGeometry.cs
- CroppedBitmap.cs
- AnnotationAdorner.cs
- ResolveMatchesApril2005.cs
- EntityContainerAssociationSet.cs
- PointLight.cs
- UnauthorizedWebPart.cs
- TypeConverters.cs
- Stackframe.cs
- ConfigurationManagerHelper.cs
- TypeProvider.cs
- AutomationEventArgs.cs
- CodeSnippetCompileUnit.cs
- CustomCredentialPolicy.cs
- SystemFonts.cs
- PermissionSet.cs
- PolicyValidator.cs
- WsdlInspector.cs
- TextSelectionHelper.cs
- Popup.cs
- FullTrustAssembliesSection.cs
- WorkflowServiceAttributes.cs
- safelinkcollection.cs
- StringArrayEditor.cs
- DiscoveryServiceExtension.cs
- SortFieldComparer.cs
- PropertyTab.cs
- PerspectiveCamera.cs
- DesignerVerb.cs
- InputReferenceExpression.cs
- HtmlControlAdapter.cs
- TextClipboardData.cs
- ActivityCollectionMarkupSerializer.cs
- BuildManagerHost.cs
- AsyncResult.cs
- IgnoreFileBuildProvider.cs
- DataTableCollection.cs
- PerformanceCounterPermissionAttribute.cs
- TypeConverterMarkupExtension.cs
- AssertUtility.cs
- TypeSystemHelpers.cs
- MatrixValueSerializer.cs
- MessageBox.cs
- X509Chain.cs
- HttpApplicationFactory.cs
- CryptoApi.cs
- DbConnectionFactory.cs
- InkCanvasSelection.cs