Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / NetworkInformation / pingexception.cs / 1305376 / pingexception.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.NetworkInformation { using System; using System.Runtime.Serialization; [Serializable] public class PingException : InvalidOperationException { internal PingException() { } protected PingException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) {} public PingException(string message) : base(message) { } public PingException(string message, Exception innerException) : base(message, innerException) { } }; } // namespace System.Net // 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
- Odbc32.cs
- TextComposition.cs
- ToolStripPanelDesigner.cs
- SafeLibraryHandle.cs
- ConfigurationPropertyCollection.cs
- CodeRegionDirective.cs
- TTSEngineProxy.cs
- HwndSubclass.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SchemaCollectionPreprocessor.cs
- COM2ExtendedTypeConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- HttpModuleCollection.cs
- AuthorizationPolicyTypeElement.cs
- ByteStreamMessage.cs
- PointLight.cs
- QilPatternFactory.cs
- BaseDataListDesigner.cs
- LocalizableAttribute.cs
- GridLength.cs
- DesignSurfaceServiceContainer.cs
- NavigationService.cs
- SHA384.cs
- EntryWrittenEventArgs.cs
- GeometryGroup.cs
- ScriptDescriptor.cs
- SpeechUI.cs
- FileDialogCustomPlacesCollection.cs
- ToolStripContentPanel.cs
- Stacktrace.cs
- ConnectorMovedEventArgs.cs
- ProcessModelSection.cs
- WebScriptEnablingElement.cs
- DataColumnMapping.cs
- Helper.cs
- SemaphoreFullException.cs
- DbProviderFactories.cs
- ConstructorArgumentAttribute.cs
- BinaryWriter.cs
- GACMembershipCondition.cs
- MediaElementAutomationPeer.cs
- QilTernary.cs
- NativeMethodsCLR.cs
- GPPOINTF.cs
- ThreadExceptionDialog.cs
- RightsManagementInformation.cs
- ServiceEndpointCollection.cs
- SemanticTag.cs
- WinFormsSecurity.cs
- EntityParameter.cs
- Menu.cs
- WsatServiceAddress.cs
- OuterGlowBitmapEffect.cs
- SaveLedgerEntryRequest.cs
- RulePatternOps.cs
- ListViewSelectEventArgs.cs
- ForeignKeyConstraint.cs
- DetailsViewRow.cs
- ImageFormatConverter.cs
- DbProviderServices.cs
- EventDescriptor.cs
- HtmlControlDesigner.cs
- TokenBasedSetEnumerator.cs
- ObjectStorage.cs
- SqlProviderManifest.cs
- SiteMapDataSource.cs
- Image.cs
- RequestValidator.cs
- EdmProviderManifest.cs
- EventData.cs
- EntitySqlQueryState.cs
- XPathNodePointer.cs
- PKCS1MaskGenerationMethod.cs
- ToolStripPanelCell.cs
- ExpressionEditorAttribute.cs
- TcpProcessProtocolHandler.cs
- CompiledQuery.cs
- ThreadLocal.cs
- ImageFormatConverter.cs
- EventHandlersStore.cs
- PeerEndPoint.cs
- WebHttpBindingElement.cs
- PathFigureCollection.cs
- BinHexDecoder.cs
- TextRunCacheImp.cs
- Manipulation.cs
- ListBoxItem.cs
- WpfSharedXamlSchemaContext.cs
- PathData.cs
- ContextMenuStrip.cs
- View.cs
- DbProviderServices.cs
- PrtCap_Base.cs
- RuntimeEnvironment.cs
- DecoratedNameAttribute.cs
- SqlDataReader.cs
- ButtonBaseAutomationPeer.cs
- TextBox.cs
- DropDownButton.cs
- AutoResetEvent.cs