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
- ExpressionVisitor.cs
- UInt64Converter.cs
- InstanceNormalEvent.cs
- FilterQueryOptionExpression.cs
- formatter.cs
- FormattedText.cs
- ExceptionUtil.cs
- TextProperties.cs
- EventWaitHandle.cs
- WebPartTransformerCollection.cs
- Context.cs
- OletxVolatileEnlistment.cs
- ZipIOCentralDirectoryFileHeader.cs
- EventMappingSettingsCollection.cs
- TextElementEnumerator.cs
- XmlByteStreamReader.cs
- BlobPersonalizationState.cs
- NavigatorInput.cs
- EnumMember.cs
- WorkflowServiceHost.cs
- Crc32Helper.cs
- webbrowsersite.cs
- StrongTypingException.cs
- TripleDES.cs
- ListControl.cs
- DrawingGroup.cs
- ChannelCacheDefaults.cs
- SafeRightsManagementSessionHandle.cs
- PartialClassGenerationTask.cs
- WebSysDescriptionAttribute.cs
- ModelItemCollectionImpl.cs
- Rule.cs
- NamespaceEmitter.cs
- UnmanagedHandle.cs
- BulletedListEventArgs.cs
- WaitForChangedResult.cs
- SettingsContext.cs
- MetafileHeader.cs
- BitmapImage.cs
- TextParaClient.cs
- CharEntityEncoderFallback.cs
- RoleGroup.cs
- NotImplementedException.cs
- CharacterShapingProperties.cs
- DescendantOverDescendantQuery.cs
- WebEventTraceProvider.cs
- SetterBase.cs
- CustomErrorsSection.cs
- WmlObjectListAdapter.cs
- ResourcesGenerator.cs
- TypeElementCollection.cs
- shaperfactory.cs
- OdbcParameter.cs
- Rect3DConverter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- RegexInterpreter.cs
- PeerEndPoint.cs
- WebPartEditorOkVerb.cs
- SuppressMergeCheckAttribute.cs
- CheckBoxAutomationPeer.cs
- CngProvider.cs
- SQLRoleProvider.cs
- OneOfScalarConst.cs
- XmlIlVisitor.cs
- OdbcInfoMessageEvent.cs
- TdsParserSafeHandles.cs
- ServiceTimeoutsBehavior.cs
- PopupRoot.cs
- SqlCommandBuilder.cs
- SqlBulkCopy.cs
- TraceContextEventArgs.cs
- HorizontalAlignConverter.cs
- ConfigurationLocationCollection.cs
- OutputScopeManager.cs
- CurrentTimeZone.cs
- MediaPlayer.cs
- UTF8Encoding.cs
- ResXResourceReader.cs
- LambdaCompiler.Binary.cs
- InfoCardListRequest.cs
- Clipboard.cs
- SingleAnimationBase.cs
- KoreanLunisolarCalendar.cs
- Token.cs
- OdbcCommand.cs
- OracleParameterBinding.cs
- BrowserCapabilitiesFactory.cs
- DataControlButton.cs
- StorageAssociationSetMapping.cs
- NumericExpr.cs
- ParseNumbers.cs
- CodeGotoStatement.cs
- WindowsFormsHostAutomationPeer.cs
- InnerItemCollectionView.cs
- SecurityTokenResolver.cs
- Misc.cs
- CompositeCollectionView.cs
- IncrementalHitTester.cs
- PermissionAttributes.cs
- Internal.cs