Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- Models.cs
- BindingCollectionElement.cs
- WriteableOnDemandStream.cs
- CodeTypeConstructor.cs
- TranslateTransform.cs
- DataGridViewCellCancelEventArgs.cs
- OleDbWrapper.cs
- MaskedTextBoxDesignerActionList.cs
- EventData.cs
- ToolStripPanel.cs
- CommonObjectSecurity.cs
- EventLogHandle.cs
- M3DUtil.cs
- AnnotationService.cs
- FileFormatException.cs
- COM2PropertyDescriptor.cs
- ProcessThread.cs
- ListItemCollection.cs
- cookie.cs
- odbcmetadatacollectionnames.cs
- MissingManifestResourceException.cs
- DataGridViewCheckBoxColumn.cs
- PropertyRef.cs
- LockCookie.cs
- wgx_commands.cs
- UnsafeNativeMethods.cs
- StoreItemCollection.cs
- AVElementHelper.cs
- BitmapEffect.cs
- AppSettingsExpressionBuilder.cs
- ToolBar.cs
- CriticalFinalizerObject.cs
- Int32Rect.cs
- MultiDataTrigger.cs
- HTTPNotFoundHandler.cs
- Highlights.cs
- CorrelationHandle.cs
- X500Name.cs
- DataTrigger.cs
- UnsafeNativeMethods.cs
- EncryptedData.cs
- WebBrowsableAttribute.cs
- Closure.cs
- DataGridTableCollection.cs
- ping.cs
- ComUdtElement.cs
- DocumentPageTextView.cs
- WeakReferenceList.cs
- BaseCodeDomTreeGenerator.cs
- BuildProviderCollection.cs
- AvTraceFormat.cs
- AvTraceFormat.cs
- ConfigXmlSignificantWhitespace.cs
- columnmapfactory.cs
- PageCodeDomTreeGenerator.cs
- TextTreeUndo.cs
- GroupStyle.cs
- BaseCodeDomTreeGenerator.cs
- COAUTHINFO.cs
- CompositeControl.cs
- KeyMatchBuilder.cs
- DependencyProperty.cs
- WizardPanel.cs
- EpmCustomContentDeSerializer.cs
- Material.cs
- EntityViewGenerationAttribute.cs
- SiteMap.cs
- AnimatedTypeHelpers.cs
- PartialTrustHelpers.cs
- SizeChangedInfo.cs
- OracleConnectionFactory.cs
- BulletedListEventArgs.cs
- DataGridAddNewRow.cs
- ScriptRegistrationManager.cs
- Interlocked.cs
- ItemCheckEvent.cs
- ServiceMemoryGates.cs
- _NetworkingPerfCounters.cs
- DocComment.cs
- TextFormatter.cs
- ListViewCancelEventArgs.cs
- SiteOfOriginPart.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- COM2FontConverter.cs
- AutomationPatternInfo.cs
- ActivatableWorkflowsQueryResult.cs
- AssemblyAssociatedContentFileAttribute.cs
- CacheSection.cs
- SiteMapProvider.cs
- TraversalRequest.cs
- LocalIdKeyIdentifierClause.cs
- DropShadowBitmapEffect.cs
- HttpInputStream.cs
- ImageCodecInfo.cs
- WebPartManagerInternals.cs
- DbgUtil.cs
- LocationUpdates.cs
- PersonalizationProvider.cs
- FileDialog_Vista_Interop.cs
- WebZone.cs