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
- InputElement.cs
- XmlDataSourceDesigner.cs
- UdpAnnouncementEndpoint.cs
- BufferModesCollection.cs
- ListBoxItem.cs
- SimpleFileLog.cs
- PerformanceCountersBase.cs
- PointHitTestParameters.cs
- mansign.cs
- EncoderParameters.cs
- XPathCompileException.cs
- WebPartCloseVerb.cs
- Attribute.cs
- PrivateFontCollection.cs
- GeometryCombineModeValidation.cs
- SevenBitStream.cs
- ToReply.cs
- DesignTimeSiteMapProvider.cs
- Or.cs
- DispatcherOperation.cs
- FileStream.cs
- CompilerHelpers.cs
- CatalogPartCollection.cs
- SessionStateModule.cs
- TableItemStyle.cs
- XmlMembersMapping.cs
- FrameSecurityDescriptor.cs
- UIElementIsland.cs
- _ProxyRegBlob.cs
- OpenTypeLayout.cs
- TraceLog.cs
- SchemaManager.cs
- RelatedView.cs
- RegexRunner.cs
- XmlEncoding.cs
- ClassHandlersStore.cs
- PixelShader.cs
- SynchronizedMessageSource.cs
- ActivitySurrogate.cs
- RequestNavigateEventArgs.cs
- UnknownBitmapDecoder.cs
- EditorPartChrome.cs
- SspiNegotiationTokenAuthenticator.cs
- PageThemeParser.cs
- ScriptControl.cs
- ToolbarAUtomationPeer.cs
- FileSystemWatcher.cs
- RoleGroup.cs
- WinCategoryAttribute.cs
- OdbcError.cs
- CopyNodeSetAction.cs
- IdnMapping.cs
- RepeatBehaviorConverter.cs
- StateDesigner.TransitionInfo.cs
- RSAOAEPKeyExchangeFormatter.cs
- ObjectManager.cs
- ThumbAutomationPeer.cs
- FileCodeGroup.cs
- UserCancellationException.cs
- Stacktrace.cs
- FixedFindEngine.cs
- PerspectiveCamera.cs
- SizeConverter.cs
- BrushConverter.cs
- SamlSerializer.cs
- Compensate.cs
- ObservableCollection.cs
- SQLByte.cs
- XmlIlVisitor.cs
- IgnoreSection.cs
- DynamicValidatorEventArgs.cs
- XamlDesignerSerializationManager.cs
- UnionExpr.cs
- EntityViewGenerator.cs
- RelatedCurrencyManager.cs
- RuntimeCompatibilityAttribute.cs
- WeakReferenceEnumerator.cs
- WrappingXamlSchemaContext.cs
- TypeBinaryExpression.cs
- TypeHelpers.cs
- PeerCredentialElement.cs
- SecurityRuntime.cs
- PointAnimationBase.cs
- Literal.cs
- SecurityContextSecurityTokenResolver.cs
- XmlCodeExporter.cs
- PropertyGridView.cs
- SamlAuthenticationClaimResource.cs
- Columns.cs
- DSACryptoServiceProvider.cs
- SplitterPanel.cs
- AssemblyHash.cs
- ServiceMemoryGates.cs
- HostingEnvironmentException.cs
- KeyFrames.cs
- control.ime.cs
- ColumnMapVisitor.cs
- TreeViewAutomationPeer.cs
- GlobalizationSection.cs
- BitmapDecoder.cs