Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- AutomationTextAttribute.cs
- ReflectionHelper.cs
- RequestCacheValidator.cs
- Convert.cs
- Imaging.cs
- EventListener.cs
- WebSysDisplayNameAttribute.cs
- ConfigurationLockCollection.cs
- LinkLabel.cs
- DeferredSelectedIndexReference.cs
- GridView.cs
- ParseElementCollection.cs
- recordstatescratchpad.cs
- DoWorkEventArgs.cs
- ClassDataContract.cs
- X509IssuerSerialKeyIdentifierClause.cs
- DBNull.cs
- Simplifier.cs
- UnsafeNativeMethods.cs
- ObjectCloneHelper.cs
- MatrixTransform.cs
- CodeCommentStatementCollection.cs
- WpfSharedXamlSchemaContext.cs
- ContactManager.cs
- sqlpipe.cs
- AsymmetricSignatureDeformatter.cs
- WebPartEventArgs.cs
- ProxyGenerationError.cs
- CacheRequest.cs
- SqlXmlStorage.cs
- XmlElementList.cs
- BufferManager.cs
- SchemaEntity.cs
- SqlCacheDependencySection.cs
- ClientRoleProvider.cs
- SinglePageViewer.cs
- UserControlAutomationPeer.cs
- Baml2006ReaderFrame.cs
- SetIndexBinder.cs
- UnmanagedMarshal.cs
- GregorianCalendarHelper.cs
- UpDownBase.cs
- GridViewSelectEventArgs.cs
- CodeSnippetCompileUnit.cs
- BamlReader.cs
- SQLChars.cs
- ToolStripPanelRow.cs
- ViewSimplifier.cs
- ListViewItemMouseHoverEvent.cs
- Delegate.cs
- SafeArrayRankMismatchException.cs
- ResXResourceSet.cs
- EncoderBestFitFallback.cs
- GiveFeedbackEventArgs.cs
- OpenFileDialog.cs
- TypedTableBase.cs
- IgnoreDeviceFilterElement.cs
- AutomationProperties.cs
- QilDataSource.cs
- GeneralTransformCollection.cs
- DispatcherFrame.cs
- SmtpSection.cs
- UserPreferenceChangingEventArgs.cs
- TouchDevice.cs
- DesignerUtility.cs
- TransformCollection.cs
- UnsafeNativeMethods.cs
- StringAnimationUsingKeyFrames.cs
- PlainXmlSerializer.cs
- nulltextcontainer.cs
- COM2ExtendedUITypeEditor.cs
- BamlBinaryWriter.cs
- InternalDuplexBindingElement.cs
- XmlElementAttribute.cs
- FormsAuthenticationModule.cs
- ListItemConverter.cs
- LayoutEvent.cs
- SudsCommon.cs
- WindowInteropHelper.cs
- SafeIUnknown.cs
- OperationAbortedException.cs
- SingleResultAttribute.cs
- HostProtectionPermission.cs
- SiteMapHierarchicalDataSourceView.cs
- DispatcherFrame.cs
- _PooledStream.cs
- DescendantOverDescendantQuery.cs
- PropertyEmitter.cs
- WCFModelStrings.Designer.cs
- BigInt.cs
- UnsafeNativeMethods.cs
- ValidatorCollection.cs
- TypeDependencyAttribute.cs
- GridEntryCollection.cs
- StrokeNodeData.cs
- Calendar.cs
- SecurityUtils.cs
- InputEventArgs.cs
- BlobPersonalizationState.cs
- DataRecordInternal.cs