Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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 // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // 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 // 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
- HandleCollector.cs
- PropertyGridCommands.cs
- StatusBarAutomationPeer.cs
- RenderDataDrawingContext.cs
- TypeRefElement.cs
- TypeHelper.cs
- RTLAwareMessageBox.cs
- StackOverflowException.cs
- SendReply.cs
- ScrollViewerAutomationPeer.cs
- TypeExtensionSerializer.cs
- UserUseLicenseDictionaryLoader.cs
- WindowsGraphicsCacheManager.cs
- DockAndAnchorLayout.cs
- ChannelFactoryBase.cs
- DataServiceResponse.cs
- MobileControlsSectionHandler.cs
- GridViewCancelEditEventArgs.cs
- ExpressionVisitor.cs
- HttpCacheVary.cs
- FixedPage.cs
- ObjectDataSourceFilteringEventArgs.cs
- CaretElement.cs
- AxHost.cs
- StrongNameSignatureInformation.cs
- ConfigXmlComment.cs
- FormatSettings.cs
- SelectionEditor.cs
- BaseAddressPrefixFilterElement.cs
- HtmlControlDesigner.cs
- SqlBooleanizer.cs
- NativeMethods.cs
- SecurityUtils.cs
- InstanceContext.cs
- WsdlInspector.cs
- RawStylusInputCustomData.cs
- DeflateStream.cs
- SpinLock.cs
- Typography.cs
- SoapSchemaImporter.cs
- CommandTreeTypeHelper.cs
- PropertyGridEditorPart.cs
- Marshal.cs
- StrokeSerializer.cs
- ConsumerConnectionPoint.cs
- WebBrowser.cs
- MemoryPressure.cs
- ProfileSettingsCollection.cs
- Converter.cs
- AuthenticationModulesSection.cs
- QilFunction.cs
- InfiniteTimeSpanConverter.cs
- CmsInterop.cs
- WebPartConnectionsCancelEventArgs.cs
- Domain.cs
- ImageUrlEditor.cs
- StyleSheet.cs
- WebPartRestoreVerb.cs
- WebPartConnectionsCancelVerb.cs
- DataControlExtensions.cs
- LassoHelper.cs
- InputLangChangeEvent.cs
- TemplateParser.cs
- CheckableControlBaseAdapter.cs
- InputReportEventArgs.cs
- ResXBuildProvider.cs
- NativeMethods.cs
- OutOfMemoryException.cs
- DecimalSumAggregationOperator.cs
- HttpCachePolicyElement.cs
- StatusBarItemAutomationPeer.cs
- ISAPIApplicationHost.cs
- SafeNativeMethodsMilCoreApi.cs
- EUCJPEncoding.cs
- Type.cs
- Serializer.cs
- EntityWrapper.cs
- RegexMatchCollection.cs
- ClickablePoint.cs
- MemberDescriptor.cs
- RegexRunnerFactory.cs
- RoleGroup.cs
- ConfigurationManagerHelper.cs
- CheckedListBox.cs
- CommonProperties.cs
- StreamInfo.cs
- MenuRendererStandards.cs
- HyperLinkColumn.cs
- WindowsListViewItem.cs
- WhitespaceRuleLookup.cs
- IPAddressCollection.cs
- ServiceReference.cs
- WindowsRegion.cs
- DrawingImage.cs
- SafeEventHandle.cs
- RectAnimationUsingKeyFrames.cs
- Attributes.cs
- BrowserCapabilitiesFactoryBase.cs
- Substitution.cs
- IPeerNeighbor.cs