Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / XmlNullResolver.cs / 1 / XmlNullResolver.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { using System; internal class XmlNullResolver : XmlUrlResolver { public static readonly XmlNullResolver Singleton = new XmlNullResolver(); public override Object GetEntity(Uri absoluteUri, string role, Type ofObjectToReturn) { throw new XmlException(Res.Xml_NullResolver, string.Empty); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { using System; internal class XmlNullResolver : XmlUrlResolver { public static readonly XmlNullResolver Singleton = new XmlNullResolver(); public override Object GetEntity(Uri absoluteUri, string role, Type ofObjectToReturn) { throw new XmlException(Res.Xml_NullResolver, string.Empty); } } } // 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
- TableCellCollection.cs
- autovalidator.cs
- GenericPrincipal.cs
- Color.cs
- TextServicesManager.cs
- SizeChangedEventArgs.cs
- ToolStripRenderer.cs
- XmlStringTable.cs
- HttpValueCollection.cs
- TextCollapsingProperties.cs
- SqlTriggerAttribute.cs
- ProfileSection.cs
- DurableRuntimeValidator.cs
- TextRangeEditTables.cs
- TypeEnumerableViewSchema.cs
- Drawing.cs
- PeerChannelListener.cs
- Parameter.cs
- PenLineCapValidation.cs
- IIS7WorkerRequest.cs
- MSG.cs
- ExpressionNormalizer.cs
- XdrBuilder.cs
- CookieHandler.cs
- TextUtf8RawTextWriter.cs
- ComponentRenameEvent.cs
- SoapReflectionImporter.cs
- Debug.cs
- SymbolMethod.cs
- DiagnosticStrings.cs
- ServiceRouteHandler.cs
- DataGridViewSortCompareEventArgs.cs
- AsyncResult.cs
- DataMemberAttribute.cs
- CursorConverter.cs
- OleDbParameter.cs
- MILUtilities.cs
- EdmPropertyAttribute.cs
- DocumentGrid.cs
- XmlElementCollection.cs
- NetPeerTcpBindingElement.cs
- WindowsListViewItem.cs
- DrawingServices.cs
- DataGridItemCollection.cs
- PageContentAsyncResult.cs
- MetadataItem_Static.cs
- Configuration.cs
- RuntimeWrappedException.cs
- safelinkcollection.cs
- EventArgs.cs
- CompiledQueryCacheEntry.cs
- ZoneMembershipCondition.cs
- ModelPropertyCollectionImpl.cs
- SchemaNamespaceManager.cs
- SignatureToken.cs
- ContentType.cs
- GenericUI.cs
- Expander.cs
- DbConnectionPoolOptions.cs
- ComponentRenameEvent.cs
- TypeForwardedToAttribute.cs
- TransactedBatchingBehavior.cs
- LookupBindingPropertiesAttribute.cs
- EncoderParameter.cs
- TextSelectionHighlightLayer.cs
- Point3DAnimationUsingKeyFrames.cs
- AsymmetricKeyExchangeFormatter.cs
- IgnoreFlushAndCloseStream.cs
- URLMembershipCondition.cs
- SessionPageStateSection.cs
- Scalars.cs
- TreeChangeInfo.cs
- IIS7UserPrincipal.cs
- DateTime.cs
- ProcessModuleCollection.cs
- GridViewSortEventArgs.cs
- SoapIncludeAttribute.cs
- WebZone.cs
- ToolBarButton.cs
- FlowLayoutSettings.cs
- XmlSignatureManifest.cs
- ResourceReferenceExpression.cs
- PaperSource.cs
- RijndaelCryptoServiceProvider.cs
- AdornerPresentationContext.cs
- SplashScreen.cs
- XmlKeywords.cs
- LocalizationCodeDomSerializer.cs
- Int32AnimationBase.cs
- AssertFilter.cs
- GZipDecoder.cs
- Compiler.cs
- ValidationErrorEventArgs.cs
- SqlTrackingQuery.cs
- UnsafeNativeMethods.cs
- WebControl.cs
- GridView.cs
- RequestCache.cs
- parserscommon.cs
- BaseDataBoundControl.cs