Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RC2.cs
- ObjectKeyFrameCollection.cs
- ToggleButton.cs
- WindowProviderWrapper.cs
- PasswordPropertyTextAttribute.cs
- VirtualDirectoryMapping.cs
- XNodeValidator.cs
- AssemblyEvidenceFactory.cs
- AuthenticationSchemesHelper.cs
- ConnectionConsumerAttribute.cs
- safex509handles.cs
- BulletedList.cs
- Double.cs
- DynamicResourceExtensionConverter.cs
- Effect.cs
- StructuralCache.cs
- InputLanguageSource.cs
- DbDeleteCommandTree.cs
- xml.cs
- _StreamFramer.cs
- ObjectQueryState.cs
- XmlNullResolver.cs
- ExtendedPropertyCollection.cs
- CryptoSession.cs
- XPathException.cs
- TcpClientChannel.cs
- QuaternionConverter.cs
- CodeSubDirectoriesCollection.cs
- TableCell.cs
- ListMarkerLine.cs
- EnumerableRowCollectionExtensions.cs
- PropertyGridView.cs
- ArraySubsetEnumerator.cs
- PermissionSetTriple.cs
- PlainXmlSerializer.cs
- IBuiltInEvidence.cs
- XmlReflectionMember.cs
- BaseParser.cs
- DetailsViewModeEventArgs.cs
- TypedReference.cs
- FormsIdentity.cs
- ParentUndoUnit.cs
- NgenServicingAttributes.cs
- HttpProtocolImporter.cs
- EntityClientCacheEntry.cs
- Padding.cs
- HttpCacheVaryByContentEncodings.cs
- ContainerVisual.cs
- PublishLicense.cs
- NotifyParentPropertyAttribute.cs
- ClientApiGenerator.cs
- ModuleConfigurationInfo.cs
- BamlMapTable.cs
- PersonalizablePropertyEntry.cs
- OleDbException.cs
- PreProcessor.cs
- PageContentAsyncResult.cs
- ClipboardProcessor.cs
- ContainerParagraph.cs
- DataServiceQueryProvider.cs
- DataException.cs
- IntPtr.cs
- SimpleFieldTemplateFactory.cs
- DataFormats.cs
- SynchronizationLockException.cs
- XNameConverter.cs
- FlowDocumentReaderAutomationPeer.cs
- EmbeddedMailObjectsCollection.cs
- InstancePersistenceCommandException.cs
- ObjectDataSourceMethodEventArgs.cs
- metadatamappinghashervisitor.cs
- MessageDescription.cs
- MetadataPropertyCollection.cs
- ParenthesizePropertyNameAttribute.cs
- XmlSchemaAnnotated.cs
- HtmlProps.cs
- PasswordTextContainer.cs
- AdPostCacheSubstitution.cs
- SpeechRecognitionEngine.cs
- Thumb.cs
- DataGridPageChangedEventArgs.cs
- WebBrowsableAttribute.cs
- HttpProfileGroupBase.cs
- SecurityTokenRequirement.cs
- MemoryMappedFileSecurity.cs
- Int32Rect.cs
- brushes.cs
- AuthenticationModuleElementCollection.cs
- OdbcConnectionPoolProviderInfo.cs
- TextTreeInsertElementUndoUnit.cs
- DynamicMetaObject.cs
- COM2ICategorizePropertiesHandler.cs
- DesignerActionListCollection.cs
- NetSectionGroup.cs
- ShutDownListener.cs
- DefaultEventAttribute.cs
- WindowsSecurityTokenAuthenticator.cs
- UriParserTemplates.cs
- DoubleCollectionValueSerializer.cs
- ContentFileHelper.cs