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 / Net / NetworkInformation / pingexception.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- ThicknessAnimation.cs
- DeliveryRequirementsAttribute.cs
- FileUtil.cs
- SQLSingleStorage.cs
- SystemKeyConverter.cs
- StatusBarItem.cs
- EUCJPEncoding.cs
- figurelengthconverter.cs
- TabItemWrapperAutomationPeer.cs
- DocumentPage.cs
- RSAPKCS1SignatureDeformatter.cs
- SqlReorderer.cs
- unsafeIndexingFilterStream.cs
- XmlPreloadedResolver.cs
- CompilationSection.cs
- IssuanceLicense.cs
- CriticalFinalizerObject.cs
- XmlSequenceWriter.cs
- KeysConverter.cs
- LayoutEngine.cs
- FontInfo.cs
- InkCanvasSelection.cs
- CompressedStack.cs
- WindowsListViewGroupSubsetLink.cs
- ExpressionReplacer.cs
- RemoteWebConfigurationHost.cs
- OpCodes.cs
- GotoExpression.cs
- DataRecordInfo.cs
- NamespaceQuery.cs
- DriveNotFoundException.cs
- GPRECT.cs
- DropShadowEffect.cs
- TypeUtil.cs
- DataDocumentXPathNavigator.cs
- MarkupExtensionReturnTypeAttribute.cs
- ConstructorExpr.cs
- TransactionState.cs
- MessageQueueAccessControlEntry.cs
- ScrollProperties.cs
- SecurityDocument.cs
- ServiceProviders.cs
- EventHandlersStore.cs
- OrderingExpression.cs
- MergeFilterQuery.cs
- SessionParameter.cs
- ContainerParagraph.cs
- CfgParser.cs
- CodeIdentifiers.cs
- EntityAdapter.cs
- HandlerMappingMemo.cs
- DocumentOrderQuery.cs
- Schema.cs
- XmlElement.cs
- ActivityWithResult.cs
- WebBrowser.cs
- DataViewListener.cs
- DecoderReplacementFallback.cs
- DropDownList.cs
- WindowAutomationPeer.cs
- ListContractAdapter.cs
- MatcherBuilder.cs
- Int32Converter.cs
- PropertyPath.cs
- XmlAttributeAttribute.cs
- ExpressionVisitor.cs
- GenericUriParser.cs
- SqlDataSourceView.cs
- DesignerExtenders.cs
- EntryIndex.cs
- FeatureSupport.cs
- DataBoundLiteralControl.cs
- XNodeValidator.cs
- WebDescriptionAttribute.cs
- DataGridViewDataConnection.cs
- HttpInputStream.cs
- ScrollProviderWrapper.cs
- DesignDataSource.cs
- SizeConverter.cs
- ToggleProviderWrapper.cs
- ExpressionConverter.cs
- DecoderFallback.cs
- EventDescriptorCollection.cs
- ScrollItemPatternIdentifiers.cs
- _SslSessionsCache.cs
- DataTableReader.cs
- AsmxEndpointPickerExtension.cs
- ProtocolsSection.cs
- AppearanceEditorPart.cs
- DefaultValueTypeConverter.cs
- CodeAccessPermission.cs
- AttachInfo.cs
- BackgroundFormatInfo.cs
- RotationValidation.cs
- LinkLabelLinkClickedEvent.cs
- TextRange.cs
- TCEAdapterGenerator.cs
- PreviewKeyDownEventArgs.cs
- BamlRecords.cs
- AnnotationResourceCollection.cs