Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Net / System / URIFormatException.cs / 1 / URIFormatException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System { using System.Runtime.Serialization; ////// [Serializable] public class UriFormatException : FormatException, ISerializable { // constructors ////// An exception class used when an invalid Uniform Resource Identifier is detected. /// ////// public UriFormatException() : base() { } ///[To be supplied.] ////// public UriFormatException(string textString) : base(textString) { } protected UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) { } ///[To be supplied.] ///void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) { base.GetObjectData(serializationInfo, streamingContext); } // accessors // methods // data }; // class UriFormatException } // namespace System
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProxyWebPart.cs
- FixedPageAutomationPeer.cs
- DataRelationCollection.cs
- ToolboxItemCollection.cs
- Utility.cs
- TextSegment.cs
- NameValueCollection.cs
- Animatable.cs
- ToolStripItemImageRenderEventArgs.cs
- StorageComplexPropertyMapping.cs
- StartUpEventArgs.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- CookieHandler.cs
- LinqMaximalSubtreeNominator.cs
- DetailsViewDesigner.cs
- MultilineStringConverter.cs
- TableCell.cs
- HttpResponseInternalWrapper.cs
- ObjectDataSourceSelectingEventArgs.cs
- XmlNullResolver.cs
- RequiredAttributeAttribute.cs
- DataAdapter.cs
- DesigntimeLicenseContext.cs
- DataControlImageButton.cs
- ActivityCodeDomSerializer.cs
- JsonServiceDocumentSerializer.cs
- SafeRightsManagementPubHandle.cs
- BinaryUtilClasses.cs
- InheritanceRules.cs
- PasswordBox.cs
- SectionInput.cs
- AssociatedControlConverter.cs
- ToolStripStatusLabel.cs
- MSAAEventDispatcher.cs
- DataException.cs
- ResourcesBuildProvider.cs
- keycontainerpermission.cs
- CatalogZoneBase.cs
- EditorPart.cs
- Menu.cs
- RenderData.cs
- BooleanSwitch.cs
- TransportElement.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ConsumerConnectionPoint.cs
- MaterializeFromAtom.cs
- EditorAttribute.cs
- ToolStripDropTargetManager.cs
- RemotingServices.cs
- MenuItemAutomationPeer.cs
- ClientUtils.cs
- FlowLayoutPanelDesigner.cs
- VisualBrush.cs
- SplineKeyFrames.cs
- PerfCounters.cs
- JsonReaderWriterFactory.cs
- DesignerActionGlyph.cs
- SystemSounds.cs
- unsafenativemethodstextservices.cs
- PageCopyCount.cs
- HttpWrapper.cs
- WpfXamlMember.cs
- DataSvcMapFile.cs
- Socket.cs
- MessageBox.cs
- EntityParameter.cs
- StringAnimationUsingKeyFrames.cs
- HtmlTernaryTree.cs
- TripleDES.cs
- hwndwrapper.cs
- XmlSchemaObjectCollection.cs
- NotificationContext.cs
- FixedDocumentSequencePaginator.cs
- SessionStateContainer.cs
- BoundingRectTracker.cs
- LowerCaseStringConverter.cs
- Exception.cs
- GeometryGroup.cs
- Connection.cs
- InvalidAsynchronousStateException.cs
- ThemeDirectoryCompiler.cs
- ApplicationFileParser.cs
- AttributeProviderAttribute.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- SystemColorTracker.cs
- GeneralTransformGroup.cs
- DataColumn.cs
- EncryptedReference.cs
- ControlUtil.cs
- TransformCryptoHandle.cs
- Function.cs
- GridViewRowCollection.cs
- RequestUriProcessor.cs
- PartManifestEntry.cs
- XmlTextReaderImplHelpers.cs
- DataGridViewControlCollection.cs
- TextWriter.cs
- PointCollectionConverter.cs
- ComplexType.cs
- CodeLabeledStatement.cs