Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Net / System / URIFormatException.cs / 1 / URIFormatException.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System {
using System.Runtime.Serialization;
///
///
/// An exception class used when an invalid Uniform Resource Identifier is detected.
///
///
[Serializable]
public class UriFormatException : FormatException, ISerializable {
// constructors
///
/// [To be supplied.]
///
public UriFormatException() : base() {
}
///
/// [To be supplied.]
///
public UriFormatException(string textString) : base(textString) {
}
protected UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)
: base(serializationInfo, streamingContext) {
}
///
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;
///
///
/// An exception class used when an invalid Uniform Resource Identifier is detected.
///
///
[Serializable]
public class UriFormatException : FormatException, ISerializable {
// constructors
///
/// [To be supplied.]
///
public UriFormatException() : base() {
}
///
/// [To be supplied.]
///
public UriFormatException(string textString) : base(textString) {
}
protected UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)
: base(serializationInfo, streamingContext) {
}
///
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
- DataKeyArray.cs
- CacheHelper.cs
- CorrelationScope.cs
- PatternMatcher.cs
- XmlMembersMapping.cs
- QueryCacheManager.cs
- AssemblyBuilder.cs
- X500Name.cs
- SimpleWorkerRequest.cs
- CellIdBoolean.cs
- ComboBoxRenderer.cs
- TraceFilter.cs
- DataGridViewBindingCompleteEventArgs.cs
- TypeExtensionSerializer.cs
- SqlInfoMessageEvent.cs
- ExpandSegmentCollection.cs
- ChangesetResponse.cs
- NameNode.cs
- ToolStripSeparator.cs
- SafeCertificateContext.cs
- CompilerResults.cs
- Condition.cs
- Queue.cs
- FlowLayoutSettings.cs
- Size3D.cs
- TraceSwitch.cs
- OdbcParameterCollection.cs
- AnchoredBlock.cs
- IdnMapping.cs
- CollectionBase.cs
- StaticSiteMapProvider.cs
- ProviderConnectionPoint.cs
- EnumerableRowCollection.cs
- Point.cs
- ExpanderAutomationPeer.cs
- TreeSet.cs
- LicenseManager.cs
- TargetControlTypeCache.cs
- Helper.cs
- coordinatorfactory.cs
- PolicyChain.cs
- StylusPoint.cs
- TTSEngineTypes.cs
- SqlUDTStorage.cs
- SHA1CryptoServiceProvider.cs
- SizeAnimationBase.cs
- ElapsedEventArgs.cs
- QueryResponse.cs
- ChineseLunisolarCalendar.cs
- WindowsListViewScroll.cs
- StyleHelper.cs
- DayRenderEvent.cs
- IResourceProvider.cs
- ControlType.cs
- MediaCommands.cs
- SafeLocalMemHandle.cs
- InputScopeConverter.cs
- BinaryEditor.cs
- AsymmetricKeyExchangeDeformatter.cs
- SecuritySessionSecurityTokenProvider.cs
- Funcletizer.cs
- RoutedCommand.cs
- IdentitySection.cs
- JournalNavigationScope.cs
- SqlBuilder.cs
- StringFunctions.cs
- IpcPort.cs
- GeneratedContractType.cs
- Delay.cs
- handlecollector.cs
- SspiNegotiationTokenProviderState.cs
- CodeTypeDeclaration.cs
- RequestQueue.cs
- DropDownButton.cs
- InfoCardProofToken.cs
- CustomPopupPlacement.cs
- AudioSignalProblemOccurredEventArgs.cs
- HandledMouseEvent.cs
- DBAsyncResult.cs
- FixedPageStructure.cs
- IImplicitResourceProvider.cs
- InternalTypeHelper.cs
- ConnectionStringSettingsCollection.cs
- DataGridViewMethods.cs
- SystemResources.cs
- DataListItemCollection.cs
- GenericAuthenticationEventArgs.cs
- DBAsyncResult.cs
- XhtmlConformanceSection.cs
- PerformanceCounterManager.cs
- ToolStripDropDownItem.cs
- TextEndOfLine.cs
- DeclarativeCatalogPart.cs
- SubtreeProcessor.cs
- DesignerDataConnection.cs
- InputMethodStateChangeEventArgs.cs
- ListItemParagraph.cs
- Msec.cs
- XmlSchemaSimpleContent.cs
- RelatedView.cs