Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / InvalidContentTypeException.cs / 1305376 / InvalidContentTypeException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System; internal class InvalidContentTypeException : Exception { private string contentType; internal InvalidContentTypeException(string message, string contentType) : base(message) { this.contentType = contentType; } internal string ContentType { get { return contentType; } } } } // 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
- XhtmlConformanceSection.cs
- ListenerSingletonConnectionReader.cs
- BamlResourceDeserializer.cs
- UnsafeNativeMethods.cs
- EventProperty.cs
- SoapElementAttribute.cs
- XmlAttributeHolder.cs
- ParseElement.cs
- StretchValidation.cs
- FunctionGenerator.cs
- StringInfo.cs
- PeerHopCountAttribute.cs
- WindowsGrip.cs
- DesignerActionVerbList.cs
- ListViewUpdateEventArgs.cs
- ContainerFilterService.cs
- SizeAnimation.cs
- OdbcCommand.cs
- DomainUpDown.cs
- BevelBitmapEffect.cs
- AnimationTimeline.cs
- ControlCachePolicy.cs
- OleDbCommand.cs
- keycontainerpermission.cs
- _BasicClient.cs
- FixedPosition.cs
- HighlightVisual.cs
- DiscoveryEndpointValidator.cs
- login.cs
- FixedDocument.cs
- ICollection.cs
- PrefixQName.cs
- WindowsButton.cs
- HttpContext.cs
- LoginViewDesigner.cs
- Util.cs
- AddDataControlFieldDialog.cs
- Expander.cs
- AssociationProvider.cs
- Roles.cs
- StatusBarAutomationPeer.cs
- BufferedReadStream.cs
- ScrollProperties.cs
- EventProxy.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- ListBase.cs
- FlowDocumentReaderAutomationPeer.cs
- CryptoStream.cs
- ShaderRenderModeValidation.cs
- Run.cs
- FtpRequestCacheValidator.cs
- HotSpotCollection.cs
- EditorServiceContext.cs
- XamlSerializer.cs
- FlowDocumentScrollViewer.cs
- TraceUtils.cs
- Int32Converter.cs
- HtmlAnchor.cs
- ObjectDataSourceFilteringEventArgs.cs
- StreamInfo.cs
- SafeArrayTypeMismatchException.cs
- ExtensionDataObject.cs
- FileAccessException.cs
- DispatcherFrame.cs
- Parsers.cs
- SiteMapSection.cs
- ClrPerspective.cs
- TreeNode.cs
- RequestStatusBarUpdateEventArgs.cs
- MembershipUser.cs
- TableAutomationPeer.cs
- QueryContinueDragEvent.cs
- RelatedPropertyManager.cs
- Operand.cs
- ExecutedRoutedEventArgs.cs
- FrameSecurityDescriptor.cs
- CodeTypeParameter.cs
- AsymmetricSignatureDeformatter.cs
- ContainsRowNumberChecker.cs
- MembershipSection.cs
- SliderAutomationPeer.cs
- TextEffectResolver.cs
- PeerServiceMessageContracts.cs
- InvalidDataException.cs
- BypassElementCollection.cs
- BStrWrapper.cs
- ObjectDataSourceStatusEventArgs.cs
- CodeNamespaceImport.cs
- WrapPanel.cs
- Binding.cs
- GeneralTransform2DTo3DTo2D.cs
- RewritingPass.cs
- ProfileParameter.cs
- ListView.cs
- TreeView.cs
- RenderingEventArgs.cs
- DBBindings.cs
- ParseChildrenAsPropertiesAttribute.cs
- FormattedText.cs
- ToolStripRendererSwitcher.cs